From 21c06827ff8232e1e74640e4354990e31dfa9e4f Mon Sep 17 00:00:00 2001 From: tusharmishra069 Date: Thu, 10 Oct 2024 01:03:12 +0530 Subject: [PATCH] fix the bug of page scrolling --- assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index a691547c..af317738 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,6 +9,9 @@ /*-----------------------------------*\ #CUSTOM PROPERTY \*-----------------------------------*/ +body, html { + overflow: auto !important; +} :root { --selective-yellow: hsl(42, 100%, 56%);