diff --git a/src/styles/theme.css b/src/styles/theme.css index d577568..6c4b071 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -511,4 +511,8 @@ figure figcaption + div sub span { ::-webkit-scrollbar-thumb:hover { background-color: var(--dark-100); +} + +::-webkit-scrollbar-corner { + background-color: transparent; } \ No newline at end of file