diff --git a/src/index.css b/src/index.css index f01bd41..0bbb5a2 100644 --- a/src/index.css +++ b/src/index.css @@ -303,20 +303,24 @@ ========================================================================== */ @utility no-scrollbar { - -ms-overflow-style: none; - scrollbar-width: none; + -ms-overflow-style: none !important; + scrollbar-width: none !important; &::-webkit-scrollbar { - display: none; + display: none !important; + width: 0 !important; + height: 0 !important; } } @utility hide-scrollbar { - -ms-overflow-style: none; - scrollbar-width: none; + -ms-overflow-style: none !important; + scrollbar-width: none !important; &::-webkit-scrollbar { - display: none; + display: none !important; + width: 0 !important; + height: 0 !important; } }