Skip to content

Commit b7b166e

Browse files
committed
feat: add basic custom scrollbar
1 parent b004396 commit b7b166e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/devtools-vite/src/app/styles/global.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,13 @@ summary::-webkit-details-marker {
8888
.v-popper__popper--shown {
8989
overflow: visible !important;
9090
}
91+
92+
/* For Scrollbar */
93+
::-webkit-scrollbar {
94+
width: 9px;
95+
}
96+
97+
::-webkit-scrollbar-thumb {
98+
background: #555555;
99+
border-radius: 100px;
100+
}

0 commit comments

Comments
 (0)