Skip to content

Commit a1d935e

Browse files
authored
Merge pull request feature-sliced#318 from Mihir50/firefox-scrollBar-fix
WEBSITE-315: Fix css styles for scrollbar firefox
2 parents 6fe72c7 + 5bd6a3b commit a1d935e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/src/app/index.css

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
/* Inherited from docusaurus scrollbar stylesheets for inner containers */
4242
html {
4343
scroll-behavior: smooth;
44+
scrollbar-color: var(--ifm-scrollbar-thumb-background-color) transparent;
45+
scrollbar-width: thin;
4446
}
4547

4648
html::-webkit-scrollbar {

0 commit comments

Comments
 (0)