mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
The UI is 100% height so prevent bounce scroll on OSX
This commit is contained in:
@@ -18,6 +18,11 @@ html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
// The UI is 100% height so prevent bounce scroll on OSX
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
|
||||
Reference in New Issue
Block a user