Skip to content

Commit

Permalink
hide scrollbar on content divs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMeadows4 authored Oct 10, 2024
1 parent 0afcab9 commit 05fb764
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
border-radius: 10px;
margin-left: auto;
margin-right: auto;
overflow: auto; /* Enables scrolling */
-ms-overflow-style: none; /* Hide scrollbars in Internet Explorer and Edge */
scrollbar-width: none;
}
.content::-webkit-scrollbar {
display: none;
}
p {
font-size: 20px;
Expand Down

0 comments on commit 05fb764

Please sign in to comment.