Skip to content

Commit

Permalink
Merge pull request #5725 from nachiketkanore/main
Browse files Browse the repository at this point in the history
#5724: fix css to fit content on full page without scroll
  • Loading branch information
rtfeldman authored Aug 5, 2023
2 parents 070cb68 + d8c4386 commit baf0825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/public/repl/repl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html {
height: 100%;
}
body {
height: 100%;
height: 92%;
background-color: #222;
color: #ccc;
font-family: sans-serif;
Expand Down Expand Up @@ -102,4 +102,4 @@ section.source textarea {
}
.underline {
text-decoration: underline;
}
}

0 comments on commit baf0825

Please sign in to comment.