Skip to content

Commit

Permalink
remove page scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jul 26, 2024
1 parent 1b72081 commit 99bc8d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions LearnJsonEverything/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ html,
body,
#app,
#page {
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";
height: 100vh;
padding: 0;
margin: 0;
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";
height: 99.7vh;
padding: 0;
margin: 0;
width: 99.9vw;
}

body {
Expand Down

0 comments on commit 99bc8d0

Please sign in to comment.