Don't max-height lists in settings on mobile

This commit is contained in:
Adrien Maston
2026-01-09 12:12:00 +01:00
parent 8bf2397c4a
commit fb0ee93eb4
+3 -1
View File
@@ -29,7 +29,9 @@
}
.settings__panel--users {
max-height: 80dvh;
@media (min-width: 640px) {
max-height: 80dvh;
}
@media (min-width: 960px) {
max-height: calc(100dvh - 12rem);