Skip to content

Commit

Permalink
Merge pull request #1035 from lukewarlow/scrollbar-styling
Browse files Browse the repository at this point in the history
chore: Add scrollbar-color to styles
  • Loading branch information
rschristian authored Dec 4, 2023
2 parents 719785f + 0438673 commit 688c442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/code-editor/style.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
height: 100%;
background: var(--color-code-bg);
color: var(--color-code-text);
scrollbar-color: rgba(150, 150, 150, 0.8) rgba(150, 150, 150, 0.25);

::-webkit-scrollbar {
height: 10px;
Expand Down
1 change: 1 addition & 0 deletions src/components/controllers/tutorial/style.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
box-shadow: 1px 0 0 var(--color-brand);
overflow-y: scroll;
z-index: 10;
scrollbar-color: rgba(150, 150, 150, 0.8) rgba(150, 150, 150, 0.25);

&::-webkit-scrollbar {
height: 8px;
Expand Down

0 comments on commit 688c442

Please sign in to comment.