UX: change z-index of thread resizer to be below emoji popup (#22505)

This commit is contained in:
chapoi 2023-07-10 12:27:55 +02:00 committed by GitHub
parent c2b98802ea
commit c7cebbfe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;