From 936c513a7331f7cfb070100608e0ae1598e4d4a2 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 20 Jul 2025 19:12:20 -0400 Subject: [PATCH] Hide scrollbar on color tools carousel. --- src/App.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App.module.css b/src/App.module.css index 45fa178..d83e382 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -11,6 +11,12 @@ height: 100%; } +.tabWrapper { + /* hide scrollbar */ + -ms-overflow-style: none; + scrollbar-width: none; +} + /* Large */ @media (min-width: 992px), (min-width: 568px) and (max-width: 991px) and (orientation: portrait) {