Skip to content

Commit 5cf8543

Browse files
Fix desktop scrolling - change body height from 100% to min-height 100%
1 parent c3c8ad6 commit 5cf8543

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
outline-offset: 2px;
2020
}
2121

22-
html,body{ height:100%; }
22+
html{ height:100%; }
2323
body{
24+
min-height: 100%;
2425
margin:0;
2526
background:
2627
radial-gradient(ellipse 1400px 900px at 10% 0%, rgba(30, 30, 35, 0.95), transparent 50%),

0 commit comments

Comments
 (0)