FIX: Makes footer/navigator scrollable when there are too many sheets
This commit is contained in:
@@ -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")`
|
||||||
|
|||||||
Reference in New Issue
Block a user