From 6feb981d60d71b4d6139a3a3e23ee18080bc1989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Ng=E1=BB=8Dc=20Quang?= Date: Wed, 8 May 2024 00:16:29 +0700 Subject: [PATCH] Scroll refix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 0c328f2..7f16020 100644 --- a/styles.css +++ b/styles.css @@ -8,7 +8,7 @@ body { justify-content: center; align-items: flex-end; background-color: #1a1a1a; - overflow: auto; + overflow: scroll; } #terminal {