removed bad css from body tag

This commit is contained in:
corgifist 2025-07-28 14:10:46 +03:00
parent 7ae6776712
commit c262d07c1a

View File

@ -64,10 +64,6 @@ body {
-webkit-tap-highlight-color: transparent;
font-family: var(--font-geist), sans-serif;
background-color: var(--color-background);
overflow: hidden;
width: 100%;
height: 100%;
overscroll-behavior: none;
}
main {