Skip to content

Commit

Permalink
hide scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Jan 30, 2024
1 parent b8088b8 commit a270bd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ body {
margin-right: 1rem;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
body::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for Firefox */
body {
scrollbar-width: none;
-ms-overflow-style: none; /* IE and Edge */
}

.fullscreen {
height: 100vh;
}
Expand Down

0 comments on commit a270bd5

Please sign in to comment.