fix tab cutoff

This commit is contained in:
Henry Jameson 2025-11-27 12:03:07 +02:00
commit ad13f2417f

View file

@ -65,8 +65,9 @@
} }
.tab-content-wrapper { .tab-content-wrapper {
display: flex;
flex-direction: column;
flex: 1 1 auto; flex: 1 1 auto;
height: 100%;
&.-hidden { &.-hidden {
display: none; display: none;