diff --git a/src/styles/global.scss b/src/styles/global.scss index c46e3c9..68dd4a2 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -282,3 +282,18 @@ ul { transform: translateX(-50%); } } + +@include smallScreen { + ::-webkit-scrollbar { + width: 0.5em; + height: 0.5em; + + &-track { + background-color: #222; + } + + &-thumb { + background-color: #777; + } + } +}