fix settings being cutoff on mobile

This commit is contained in:
Henry Jameson 2026-05-08 15:17:25 +03:00
commit 622c9437a8

View file

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