fix: scroller height regression

This commit is contained in:
Hampus Kraft 2026-01-06 03:40:10 +00:00
parent abd17f5d49
commit d33ccb119f
No known key found for this signature in database
GPG Key ID: 6090864C465A454D

View File

@ -117,7 +117,9 @@
.scrollerChildren {
display: flex;
flex: 1 1 0%;
flex-direction: column;
min-height: 0;
min-width: 0;
}