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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue