mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
UX: lower z-index (#23386)
* UX: lower z-index * Update plugins/chat/assets/stylesheets/common/chat-side-panel-resizer.scss Co-authored-by: Jarek Radosz <jradosz@gmail.com> --------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
c7dce90f43
commit
bf971b022d
@ -3,7 +3,7 @@
|
||||
bottom: 0;
|
||||
|
||||
position: absolute;
|
||||
z-index: calc(z("header") - 1);
|
||||
z-index: z("composer", "content") - 1;
|
||||
transition: background-color 0.15s 0.15s;
|
||||
background-color: transparent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user