Skip to content

Commit

Permalink
fix scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
omicronrex committed Jan 27, 2025
1 parent 44658f1 commit 39c50fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

html {
background-image: url("images/black.png");
overflow: scroll;
overflow-y: scroll;
}


Expand Down Expand Up @@ -81,7 +81,8 @@ code {
border-bottom-color: #676;
display: block;
margin-bottom: -10px;
overflow:scroll;
overflow-x: auto;
overflow-y: hidden;
}

main header {
Expand Down

0 comments on commit 39c50fc

Please sign in to comment.