Skip to content

Commit

Permalink
Use PCUI for scrollbar styling (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Nov 9, 2024
1 parent 4a960c6 commit e431839
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -740,20 +740,6 @@ input {
top: calc(50% - 15px);
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #202020;
}
::-webkit-scrollbar-thumb {
background: #aaaaaa;
}
/* ::-webkit-scrollbar-corner {
background: $editor-tooltip-bg;
} */

#panel-left.collapsed #scene-container, #panel-left.collapsed .header {
display: none !important;
}
Expand Down

0 comments on commit e431839

Please sign in to comment.