Skip to content

Commit 3ab1277

Browse files
committed
chore: custom scrollbar style
1 parent e79b7b9 commit 3ab1277

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ summary::-webkit-details-marker {
9191

9292
/* For Scrollbar */
9393
::-webkit-scrollbar {
94-
width: 11px;
94+
width: 6px;
9595
}
9696

9797
::-webkit-scrollbar:horizontal {
98-
height: 11px;
98+
height: 6px;
9999
}
100100

101101
::-webkit-scrollbar-corner {
@@ -104,9 +104,8 @@ summary::-webkit-details-marker {
104104

105105
::-webkit-scrollbar-thumb {
106106
background-color: #8884;
107-
border-radius: 100px;
108-
border: 2px solid transparent;
109-
background-clip: content-box;
107+
transition: background 0.2s ease;
108+
border-radius: 1px;
110109
}
111110

112111
::-webkit-scrollbar-thumb:hover {

0 commit comments

Comments
 (0)