Change overflow of button groups to overflow-y auto
Avoids erratic creation of scrollbars
This commit is contained in:
parent
c7590c8ef1
commit
120e1452e3
@ -13,7 +13,7 @@
|
||||
display: flex;
|
||||
/* flex-flow: nowrap for a scrollable toolbar */
|
||||
flex-flow: wrap;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
padding-inline-start: 0;
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user