Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 64301c7

Browse files
alistair3149richardthombs
authored andcommitted
fix(website): Remove scrollbar styles
1 parent fd2eec5 commit 64301c7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

website/src/styles.scss

-25
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,3 @@ a:hover {
3939
color: deeppink;
4040
}
4141
}
42-
43-
// Scrollbar
44-
html {
45-
--scrollbarBG: transparent;
46-
--thumbBG: rgba(255, 20, 147, 0.7);
47-
}
48-
49-
*::-webkit-scrollbar {
50-
width: 6px;
51-
height: 6px;
52-
}
53-
54-
* {
55-
scrollbar-width: thin;
56-
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
57-
}
58-
59-
*::-webkit-scrollbar-track {
60-
background: var(--scrollbarBG);
61-
}
62-
63-
*::-webkit-scrollbar-thumb {
64-
background-color: var(--thumbBG);
65-
border: 3px solid var(--scrollbarBG);
66-
}

0 commit comments

Comments
 (0)