Skip to content

Commit e09a992

Browse files
authored
Merge pull request #1145 from zalabhavy/scrollhover
Hover effect added on scrollbar
2 parents 85dd5e1 + b39eadf commit e09a992

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
background: var(--ifm-color-primary);
1414
border-radius: 3px;
1515
}
16-
16+
/* Handle on hover */
17+
::-webkit-scrollbar-thumb:hover {
18+
background: var(--ifm-color-primary-dark);
19+
}
1720
:root {
1821
--ifm-color-primary: #2e9e32e1;
1922
--ifm-color-primary-dark: #29784c;

0 commit comments

Comments
 (0)