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;
|
||||
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")`
|
||||
|
||||
Reference in New Issue
Block a user