fix: prevent overflow
This commit is contained in:
parent
fffc6e56be
commit
333d200030
|
|
@ -15,6 +15,7 @@ body,
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-ms-overflow-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue