Skip to content

Commit ef77187

Browse files
committed
Add comments to global.css
1 parent 6adabf7 commit ef77187

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/src/styles/global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ html, body {
3636
font-size: 16px;
3737
line-height: 1.6;
3838
height: 100%;
39+
/* Prevents document-level scroll bouncing / mobile pull-to-refresh to maintain app-shell integrity */
3940
overflow: hidden;
4041
-webkit-font-smoothing: antialiased;
4142
}
@@ -63,6 +64,7 @@ a:hover {
6364
height: 100vh;
6465
height: 100dvh;
6566
width: 100vw;
67+
/* Locks the viewport to the screen boundary so panes scroll independently */
6668
overflow: hidden;
6769
}
6870

0 commit comments

Comments
 (0)