Skip to content
Snippets Groups Projects
Commit 9e5a0f87 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '173-sidebar-chrome' into 'develop'

Resolve "Sidebar not showing on small screen under Chrome"

Closes #173

See merge request !153
parents 4f2a325f d5416421
No related branches found
No related tags found
No related merge requests found
Fix sidebar tabs not showing under small resolution under Chrome (#173)
...@@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F; ...@@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
flex-direction: column; flex-direction: column;
overflow-y: auto; overflow-y: auto;
justify-content: space-between; justify-content: space-between;
@include media(">tablet") {
height: 0px;
}
@include media("<desktop") { @include media("<desktop") {
max-height: 500px; max-height: 500px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment