Fix #904: Fixed a responsive display issues on 1024px wide screens

This commit is contained in:
Eliot Berriot 2019-09-15 19:34:09 +02:00
parent 4ce59adcd5
commit 7e6b6663b0
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 4 additions and 3 deletions

View file

@ -342,7 +342,7 @@ $sidebar-color: #3d3e3f;
display: none !important;
}
}
@include media("<desktop") {
@include media("<=desktop") {
position: static !important;
width: 100% !important;
&.collapsed {
@ -397,7 +397,7 @@ $sidebar-color: #3d3e3f;
flex-direction: column;
overflow-y: auto;
justify-content: space-between;
@include media("<desktop") {
@include media("<=desktop") {
max-height: 500px;
}
}