1
0
forked from noxious/client

Adjust chipsinput styling

This commit is contained in:
2024-07-21 15:47:31 +02:00
parent efeef80c02
commit 25e16870b9
2 changed files with 6 additions and 8 deletions

View File

@ -8,7 +8,7 @@
//Globals
body {
@apply bg-black m-0 select-none;
@apply bg-black m-0 select-none overscroll-none;
-ms-overflow-style: none;
scrollbar-width: none;
@ -16,8 +16,6 @@ body {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
overscroll-behavior: none;
}
h1,