Fixed control bar overflow for small devices

canary
WolverinDEV 2019-02-15 22:01:05 +01:00
parent c4875ee23d
commit 31aafa4e87
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ $background:lightgray;
display: flex;
flex-direction: row;
/* tmp fix for ultra small devices */
overflow-x: auto;
overflow-y: hidden;
.divider {
border-left:2px solid gray;
height: auto;