forked from noxious/client
Adjust chipsinput styling
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user