Skip to content

Commit

Permalink
css scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MixelTe committed Dec 31, 2023
1 parent 9ddc0e9 commit 86a83ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wwwroot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ canvas {
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
padding-top: 2rem 0;
padding: 2rem 0;
}
.hidden .overlay,
.hide .overlay {
Expand Down Expand Up @@ -309,3 +311,12 @@ canvas {
transition-delay: 0s;
opacity: 0;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
background-color: rgb(85, 85, 255);
border-radius: 8px;
}

0 comments on commit 86a83ce

Please sign in to comment.