From 605d335600a9938b85a372cd81e44d8d821930bc Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Fri, 24 Nov 2023 09:34:34 +0800 Subject: [PATCH] fix: cannot scroll but by removing overflow:hidden --- styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f61608e..df92442 100644 --- a/styles.css +++ b/styles.css @@ -1,10 +1,13 @@ body { background-color: #ffffff; - overflow: hidden; } h1 { align-items: center; text-align: center; color: #363636; +} + +.container { + margin-top: 30px; } \ No newline at end of file