mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 17:04:35 +08:00
UX: change z-index of thread resizer to be below emoji popup (#22505)
This commit is contained in:
parent
c2b98802ea
commit
c7cebbfe38
@ -4,7 +4,7 @@
|
|||||||
left: -3px;
|
left: -3px;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: z("max");
|
z-index: calc(z("header") - 1);
|
||||||
transition: background-color 0.15s 0.15s;
|
transition: background-color 0.15s 0.15s;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user