Fix mobile setting categories getting cut off

This commit is contained in:
WardPearce
2026-02-23 18:21:32 +13:00
parent f20a11dbeb
commit b759ab318c
2 changed files with 6 additions and 1 deletions
@@ -244,5 +244,10 @@
.settings {
height: 100%;
}
#tab-menu {
height: fit-content !important;
max-height: fit-content !important;
}
}
</style>
File diff suppressed because one or more lines are too long