delete overflow-y

This commit is contained in:
Kostya
2023-11-20 21:58:45 +03:00
parent 3c7690d8bc
commit 215ce9e3d9

View File

@@ -15,6 +15,7 @@ body, html {
background: #121212; background: #121212;
height: 100%; height: 100%;
margin: 0; margin: 0;
overflow-y: hidden;
} }
/* /Global Settings */ /* /Global Settings */