UX: Remove height CSS preventing sidebar touch scrolling on mobile (#18257)
This commit is contained in:
parent
468f4bcf8b
commit
b18f1fefda
|
@ -76,12 +76,9 @@
|
|||
padding: 0;
|
||||
|
||||
.panel-body-contents {
|
||||
height: 100%;
|
||||
|
||||
.sidebar-hamburger-dropdown {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -103,8 +100,6 @@
|
|||
.sidebar-sections {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue