From d6f14c3062746782ad2f7bd2d3840f28d8b128ce Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 9 Jun 2024 00:50:03 -0400 Subject: [PATCH] removing overflow-y from css to remove scrollbar --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0a3dc9f..300216a 100644 --- a/style.css +++ b/style.css @@ -61,7 +61,7 @@ main { #messages-container { flex: 1; - overflow-y: auto; + /* overflow-y: auto; */ width: 100%; }