1
0
forked from noxious/client

Convert px to tailwind formats where possible on game screen

This commit is contained in:
2024-07-21 16:22:13 +02:00
parent 25e16870b9
commit 112bb21ccb
4 changed files with 37 additions and 37 deletions

View File

@ -8,7 +8,7 @@
//Globals
body {
@apply bg-black m-0 select-none overscroll-none;
@apply bg-black m-0 select-none overscroll-none overflow-hidden;
-ms-overflow-style: none;
scrollbar-width: none;