Skip to content

Commit 824a8f9

Browse files
authored
disbaled page scrolling
1 parent c2e33f6 commit 824a8f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
/* ===========================
22
Base Styles
33
=========================== */
4+
html, body {
5+
overflow: hidden;
6+
height: 100%;
7+
}
8+
49
body {
510
font-family: Arial, sans-serif;
611
background: #fff;

0 commit comments

Comments
 (0)