Better scroll handling for the library containers
This commit is contained in:
@ -11,9 +11,7 @@ export default function Library(): JSX.Element {
|
||||
path: '/library',
|
||||
}}
|
||||
>
|
||||
<Box css={{ width: '100%', height: '100%', overflowY: 'auto' }}>
|
||||
<LibraryContainer />
|
||||
</Box>
|
||||
<LibraryContainer />
|
||||
</NavigationLayout>
|
||||
)
|
||||
}
|
||||
|
||||
@ -13,9 +13,7 @@ export default function Subscriptions(): JSX.Element {
|
||||
path: '/subscriptions',
|
||||
}}
|
||||
>
|
||||
<Box css={{ width: '100%', height: '100%', overflowY: 'auto' }}>
|
||||
<LibraryContainer />
|
||||
</Box>
|
||||
<LibraryContainer />
|
||||
</NavigationLayout>
|
||||
)
|
||||
}
|
||||
|
||||
@ -6,7 +6,6 @@ html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
Reference in New Issue
Block a user