backoffice: adjust sidebar to not be sticky on mobile (#23911)

This commit is contained in:
Frédéric Péters 2018-05-18 09:21:09 +02:00
parent 063e73b769
commit 493bc0078d
1 changed files with 5 additions and 0 deletions

View File

@ -1188,6 +1188,11 @@ fieldset.form-plus.closed legend:after {
position: static;
}
div#sticky-sidebar {
position: static;
height: auto !important;
}
#sidebar-toggle {
display: none;
}