Sidebar scrolling bug fixed (#18357)
This commit is contained in:
parent
ec6c8ab136
commit
f5a51870f8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
max-width: var(--layout-drawer-width);
|
||||
width: 90%;
|
||||
z-index: var(--z-elevate);
|
||||
position: relative;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue