Fix #173: sidebar tabs not showing under small resolution under Chrome

This commit is contained in:
Eliot Berriot 2018-04-22 12:19:33 +02:00
parent b602ed38e7
commit d54164219a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1 @@
Fix sidebar tabs not showing under small resolution under Chrome (#173)

View File

@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
flex-direction: column;
overflow-y: auto;
justify-content: space-between;
@include media(">tablet") {
height: 0px;
}
@include media("<desktop") {
max-height: 500px;
}