Skip to content

Commit

Permalink
hide scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Gesl committed Nov 25, 2024
1 parent f1fdd6a commit 7186039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ html {
.container::-webkit-scrollbar {
display: none;
}
.popup-container::-webkit-scrollbar {
display: none;
}

h1 {
color: var(--text-color);
Expand Down Expand Up @@ -123,6 +126,7 @@ div.EndNotify button:active {
font-size: 1.2rem;
color: var(--lt-color-gray-100);
background-color: var(--accent-color);

}

.signupForm form {
Expand Down

0 comments on commit 7186039

Please sign in to comment.