Hide scrollbar on color tools carousel.

This commit is contained in:
Jay
2025-07-20 19:12:20 -04:00
parent c872e33d93
commit 936c513a73
+6
View File
@@ -11,6 +11,12 @@
height: 100%; height: 100%;
} }
.tabWrapper {
/* hide scrollbar */
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Large */ /* Large */
@media (min-width: 992px), @media (min-width: 992px),
(min-width: 568px) and (max-width: 991px) and (orientation: portrait) { (min-width: 568px) and (max-width: 991px) and (orientation: portrait) {