Remove overflow properties from html and body

Removed overflow properties from html and body.
This commit is contained in:
Clove 2026-06-28 05:31:01 +01:00 committed by GitHub
parent f5d0f870b5
commit 0f813a507d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ body::after {
html, html,
body { body {
overflow-x: hidden;
overflow-y: hidden;
width: 100%; width: 100%;
height: 0100dvh; height: 0100dvh;
} }