backoffice: adjust style of sidebar on small screens (#18480)

This commit is contained in:
Frédéric Péters 2017-09-05 23:14:24 +02:00
parent ea628f2684
commit 2db78e53b2
1 changed files with 5 additions and 1 deletions

View File

@ -1169,16 +1169,20 @@ fieldset.form-plus.closed legend:after {
}
@media screen and (max-width: 760px) {
div#main-content.with-sidebar,
div#main-content {
float: none;
width: auto;
width: 100%;
margin: 0;
padding: 1em 6px 0 6px;
}
div#sidebar {
float: none;
width: auto;
margin: 2%;
height: auto !important;
position: static;
}
#sidebar-toggle {