Fixed invalid scroll for the settings speaker window

This commit is contained in:
WolverinDEV 2020-02-02 15:52:04 +01:00
parent de500ca151
commit 3321d7c305

View file

@ -490,6 +490,8 @@
flex-grow: 1;
flex-shrink: 1;
min-height: 6.5em;
display: flex;
flex-direction: column;
justify-content: stretch;