mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Change overflow of button groups to overflow-y auto
Avoids erratic creation of scrollbars
This commit is contained in:
parent
c7590c8ef1
commit
120e1452e3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue