Merge pull request #185 from ironcalc/fix/dani-webapp-navigator

FIX: remove legacy scrollbar styles
This commit is contained in:
Daniel González-Albo
2024-12-14 18:14:17 +01:00
committed by GitHub

View File

@@ -109,12 +109,7 @@ const Sheets = styled("div")`
flex-grow: 2;
overflow: hidden;
overflow-x: auto;
&::-webkit-scrollbar {
display: none;
}
-ms-overflow-scroll: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
scrollbar-width: none;
`;
const SheetInner = styled("div")`