FIX: Makes footer/navigator scrollable when there are too many sheets

This commit is contained in:
Daniel
2024-12-12 01:51:54 +01:00
parent 41350fbd73
commit 7ba002aca4

View File

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