We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918cc21 commit 6cfd87fCopy full SHA for 6cfd87f
public/index.css
@@ -2,6 +2,13 @@
2
box-sizing: border-box;
3
}
4
5
+html {
6
+ height: 100%;
7
+ width: 100%;
8
+ /* Prevent rubber-band effect when scrolling via touchpad on macOS. */
9
+ overscroll-behavior: none;
10
+}
11
+
12
body {
13
height: 100%;
14
width: 100%;
@@ -11,11 +18,6 @@ body {
18
background-color: var(--color-background-default);
19
20
-html {
15
- height: 100%;
16
- width: 100%;
17
-}
-
21
.global-oid {
22
color: var(--color-foreground-emphasized);
23
font-size: var(--font-size-small);
0 commit comments