forked from noxious/client
Convert px to tailwind formats where possible on game screen
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user