mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/mainscreen: ensure sidebar resize handles are on top
This commit is contained in:
parent
cebe5374fd
commit
a0ce4f8cfe
1 changed files with 2 additions and 0 deletions
|
@ -40,10 +40,12 @@ main.matrix-main {
|
|||
|
||||
> div.room-list-resizer {
|
||||
grid-area: rh1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
> div.right-panel-resizer {
|
||||
grid-area: rh2;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue