1
0
forked from noxious/client

Fixed black border on body

This commit is contained in:
Colin Kallemein 2024-06-02 00:38:22 +02:00
parent bf8763d030
commit 9f00af14ad

View File

@ -10,6 +10,7 @@ body {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
background: $black; background: $black;
margin: 0;
// Disable selection, might wanna comment when debugging // Disable selection, might wanna comment when debugging
-webkit-user-select: none; /* Safari */ -webkit-user-select: none; /* Safari */