Fixed: Toolbar collapsing on device rotation

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/504/head
Qstick 6 years ago
parent a7a2709517
commit 9007f9319a

@ -8,6 +8,7 @@
width: 200px;
border: none;
border-bottom: solid 1px $white;
border-radius: 0;
background-color: transparent;
box-shadow: none;
color: $white;

@ -1,6 +1,7 @@
.sectionContainer {
display: flex;
flex: 1 1 10%;
overflow: hidden;
}
.section {

Loading…
Cancel
Save