From 7fafe2325073f8a6d07a195b5e485594d4347cd5 Mon Sep 17 00:00:00 2001 From: Saransh Bangar Date: Wed, 29 May 2024 17:38:22 +0530 Subject: [PATCH] Removed additional scroll bar on console image hover --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 53f12c7d..6861181a 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ :root { --main-color: rgb(0 159 157); + overflow-x: hidden; }