Loading placeholder & css fixes

This commit is contained in:
Aria Moradi
2021-03-27 22:21:39 +04:30
parent 5a75f26791
commit 32dd543562
3 changed files with 81 additions and 13 deletions

View File

@@ -22,8 +22,13 @@ const useStyles = (inLibrary: string) => makeStyles((theme: Theme) => ({
root: {
width: '100%',
[theme.breakpoints.up('md')]: {
position: 'fixed',
position: 'sticky',
top: '64px',
left: '0px',
width: '50vw',
height: 'calc(100vh - 64px)',
alignSelf: 'flex-start',
overflowY: 'auto',
},
},
top: {