From 0f813a507d0389e8317ccc9566a9b653aa02501f Mon Sep 17 00:00:00 2001 From: doughmination Date: Sun, 28 Jun 2026 05:31:01 +0100 Subject: [PATCH] Remove overflow properties from html and body Removed overflow properties from html and body. --- css/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/index.css b/css/index.css index f921a2a..0c817b0 100644 --- a/css/index.css +++ b/css/index.css @@ -190,8 +190,6 @@ body::after { html, body { - overflow-x: hidden; - overflow-y: hidden; width: 100%; height: 0100dvh; }