mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 12:37:44 +01:00
The UI is 100% height so prevent bounce scroll on OSX
This commit is contained in:
parent
b211f1cd12
commit
252b442ca9
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue