Skip to content

Commit 99bc8d0

Browse files
committed
remove page scrollbars
1 parent 1b72081 commit 99bc8d0

File tree

1 file changed

+5
-4
lines changed
  • LearnJsonEverything/wwwroot/css

1 file changed

+5
-4
lines changed

LearnJsonEverything/wwwroot/css/app.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ html,
44
body,
55
#app,
66
#page {
7-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8-
height: 100vh;
9-
padding: 0;
10-
margin: 0;
7+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8+
height: 99.7vh;
9+
padding: 0;
10+
margin: 0;
11+
width: 99.9vw;
1112
}
1213

1314
body {

0 commit comments

Comments
 (0)