fix: remove global overflow visible

This commit is contained in:
Tristan Yang
2022-12-19 11:33:42 +08:00
parent af231fc1d5
commit 6cabd1b040
+8
View File
@@ -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%;