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) {