Skip to content

Commit 0e89e42

Browse files
committed
feat: improve styles
1 parent b7b166e commit 0e89e42

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,29 @@ summary::-webkit-details-marker {
9191

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

97+
::-webkit-scrollbar:horizontal {
98+
height: 11px;
99+
}
100+
101+
::-webkit-scrollbar-corner {
102+
background: transparent;
103+
}
104+
97105
::-webkit-scrollbar-thumb {
98-
background: #555555;
106+
background-color: #8884;
99107
border-radius: 100px;
108+
border: 2px solid transparent;
109+
background-clip: content-box;
110+
}
111+
112+
::-webkit-scrollbar-thumb:hover {
113+
background-color: #8885;
114+
}
115+
116+
::-webkit-scrollbar-track {
117+
border-radius: 1px;
118+
background: transparent;
100119
}

0 commit comments

Comments
 (0)