diff --git a/src/styles/index.scss b/src/styles/index.scss index ee2722b..4970883 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -79,3 +79,16 @@ body, height: 100vh; width: 100%; } + +::-webkit-scrollbar { + width: 7px; +} + +::-webkit-scrollbar-track { + background: transparent; +} + +::-webkit-scrollbar-thumb { + background: var(--color-accent); + border-radius: 5px; +}