Fix: prevent saved view widgets cut off on mobile

This commit is contained in:
shamoon 2025-01-02 19:50:44 -08:00
parent 21558dcf8b
commit 94a20b4510

View File

@ -6,7 +6,7 @@
} }
.show { .show {
max-height: 1000px; max-height: 99999px;
overflow: visible; overflow: visible;
} }