Hide scrollbar on color tools carousel.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user