Allow overflow-y

This commit is contained in:
lkarch 2025-05-18 23:53:52 -04:00
parent ab41fc848a
commit 76a7756371

View File

@ -13,7 +13,7 @@ html, body {
color: #eee; color: #eee;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
overflow: hidden; overflow-x: hidden;
} }
.card { .card {