Fixed control bar overflow for small devices
This commit is contained in:
parent
c4875ee23d
commit
31aafa4e87
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ $background:lightgray;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
/* tmp fix for ultra small devices */
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
border-left:2px solid gray;
|
border-left:2px solid gray;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue