added some properties to the body tag

This commit is contained in:
corgifist 2025-07-28 14:06:10 +03:00
parent 779351db17
commit 7ae6776712

View File

@ -64,6 +64,10 @@ 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 {