UX: Remove height CSS preventing sidebar touch scrolling on mobile (#18257)

This commit is contained in:
Alan Guo Xiang Tan 2022-09-15 17:17:08 +08:00 committed by GitHub
parent 468f4bcf8b
commit b18f1fefda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -76,12 +76,9 @@
padding: 0; padding: 0;
.panel-body-contents { .panel-body-contents {
height: 100%;
.sidebar-hamburger-dropdown { .sidebar-hamburger-dropdown {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%;
} }
} }
@ -103,8 +100,6 @@
.sidebar-sections { .sidebar-sections {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
} }
} }