fix overflow

This commit is contained in:
Tom (plebeius.eth)
2025-01-26 23:14:49 +01:00
parent 36e60837e6
commit 87aefc7ba1
+2 -1
View File
@@ -1,6 +1,7 @@
.content { .content {
margin-bottom: 15px; margin-bottom: 15px;
overflow: visible; overflow-y: visible;
overflow-x: hidden;
} }
.error { .error {