Sidebar scrolling bug fixed (#18357)

This commit is contained in:
Rajat Talesra 2022-08-20 01:16:03 +05:30 committed by GitHub
parent ec6c8ab136
commit f5a51870f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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