From 76a775637161a68ada0cf471f61a9b087be19eeb Mon Sep 17 00:00:00 2001 From: lkarch Date: Sun, 18 May 2025 23:53:52 -0400 Subject: [PATCH] Allow overflow-y --- assets/stylesheets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/index.css b/assets/stylesheets/index.css index 5471334..821cf68 100644 --- a/assets/stylesheets/index.css +++ b/assets/stylesheets/index.css @@ -13,7 +13,7 @@ html, body { color: #eee; padding: 10px; text-align: center; - overflow: hidden; + overflow-x: hidden; } .card {