fix: remove global overflow visible
This commit is contained in:
@@ -112,6 +112,14 @@
|
||||
</style>
|
||||
<style>
|
||||
/* reset */
|
||||
* {
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
/* user-select: none; */
|
||||
}
|
||||
body {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user