Change overflow of button groups to overflow-y auto

Avoids erratic creation of scrollbars
This commit is contained in:
Henrik Giesel 2021-04-08 16:31:41 +02:00
parent c7590c8ef1
commit 120e1452e3

View File

@ -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;