fix(css): hidden overflow bug on iOS
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
|
||||
body {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user