fix overflow

This commit is contained in:
Tom (plebeius.eth)
2025-02-22 23:02:16 +01:00
parent 4e8dd7edb2
commit 9b7007714f
+1 -1
View File
@@ -1,6 +1,6 @@
.content { .content {
overflow-x: hidden; overflow-x: hidden;
overflow-y: visible; overflow-y: hidden;
} }
.footer { .footer {