We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79b7b9 commit 3ab1277Copy full SHA for 3ab1277
1 file changed
packages/devtools-vite/src/app/styles/global.css
@@ -91,11 +91,11 @@ summary::-webkit-details-marker {
91
92
/* For Scrollbar */
93
::-webkit-scrollbar {
94
- width: 11px;
+ width: 6px;
95
}
96
97
::-webkit-scrollbar:horizontal {
98
- height: 11px;
+ height: 6px;
99
100
101
::-webkit-scrollbar-corner {
@@ -104,9 +104,8 @@ summary::-webkit-details-marker {
104
105
::-webkit-scrollbar-thumb {
106
background-color: #8884;
107
- border-radius: 100px;
108
- border: 2px solid transparent;
109
- background-clip: content-box;
+ transition: background 0.2s ease;
+ border-radius: 1px;
110
111
112
::-webkit-scrollbar-thumb:hover {
0 commit comments