diff --git a/public/index.css b/public/index.css index da88835..d85e93e 100644 --- a/public/index.css +++ b/public/index.css @@ -2,6 +2,13 @@ box-sizing: border-box; } +html { + height: 100%; + width: 100%; + /* Prevent rubber-band effect when scrolling via touchpad on macOS. */ + overscroll-behavior: none; +} + body { height: 100%; width: 100%; @@ -11,11 +18,6 @@ body { background-color: var(--color-background-default); } -html { - height: 100%; - width: 100%; -} - .global-oid { color: var(--color-foreground-emphasized); font-size: var(--font-size-small);