26611cc6 by Jeremy Groot

fix to mobile sidebar

1 parent 3daa2ace
......@@ -15020,11 +15020,6 @@ article > h5 {
.retract .sidebar {
top: 9rem;
}
.sidebar.show > section {
overflow: scroll;
max-height: 70.5vh;
height: 70.5vh;
}
#page-content .col-sm-smallMenu.show {
z-index: 9999;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -467,13 +467,13 @@
}
}
.sidebar.show {
& > section {
overflow: scroll;
max-height: 70.5vh;
height: 70.5vh;
}
}
// .sidebar.show {
// & > section {
// overflow: scroll;
// max-height: 70.5vh;
// height: 70.5vh;
// }
// }
#page-content .col-sm-smallMenu.show {
z-index: 9999;
......