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;
|
||||
width: 5px;
|
||||
position: absolute;
|
||||
z-index: z("max");
|
||||
z-index: calc(z("header") - 1);
|
||||
transition: background-color 0.15s 0.15s;
|
||||
background-color: transparent;
|
||||
|
||||
|
|
Loading…
Reference in New Issue