Poprawiono mobilny scroll bar

This commit is contained in:
2022-09-04 01:10:56 +02:00
parent 7101d0972d
commit c2bd5a8a1b
+15
View File
@@ -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;
}
}
}