diff --git a/app/globals.css b/app/globals.css index 691ede043..11423b830 100644 --- a/app/globals.css +++ b/app/globals.css @@ -10,11 +10,13 @@ } .hide-scrollbar { - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none !important; /* IE and Edge */ + scrollbar-width: none !important; /* Firefox */ } .hide-scrollbar::-webkit-scrollbar { - display: none; /* Chrome, Safari and Opera */ + display: none !important; /* Chrome, Safari and Opera */ + width: 0 !important; + height: 0 !important; } @keyframes bg-pulse-15 { diff --git a/components/blocks/SubCompanyTiles.tsx b/components/blocks/SubCompanyTiles.tsx index 7b9bfcbc0..80392cf3a 100644 --- a/components/blocks/SubCompanyTiles.tsx +++ b/components/blocks/SubCompanyTiles.tsx @@ -79,7 +79,7 @@ export function SubCompanyTiles(props: SubCompanyTilesProps) { )}