chore: scrollbar

This commit is contained in:
Aman Harwara
2023-10-24 16:08:54 +05:30
parent 26ad1832e8
commit 22734a2c66

View File

@@ -32,12 +32,12 @@
} }
.super-toolbar { .super-toolbar {
::-webkit-scrollbar { &::-webkit-scrollbar {
height: 0; height: 0;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
::-webkit-scrollbar { &::-webkit-scrollbar {
height: 13px; height: 13px;
} }
} }