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 6adabf7 commit ef77187Copy full SHA for ef77187
1 file changed
ui/src/styles/global.css
@@ -36,6 +36,7 @@ html, body {
36
font-size: 16px;
37
line-height: 1.6;
38
height: 100%;
39
+ /* Prevents document-level scroll bouncing / mobile pull-to-refresh to maintain app-shell integrity */
40
overflow: hidden;
41
-webkit-font-smoothing: antialiased;
42
}
@@ -63,6 +64,7 @@ a:hover {
63
64
height: 100vh;
65
height: 100dvh;
66
width: 100vw;
67
+ /* Locks the viewport to the screen boundary so panes scroll independently */
68
69
70
0 commit comments