From 22ad086b9951c51c8cedaeadcb7ec52eaeff46d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 12 Dec 2023 22:50:44 +0000 Subject: [PATCH] overflow auto --- site/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/style.css b/site/style.css index 0180539..d24dc15 100644 --- a/site/style.css +++ b/site/style.css @@ -96,7 +96,7 @@ h3 { box-shadow: 0px 0px 50px black; } .content { - overflow: scroll; + overflow: auto; height: 80%; }