mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +01:00
fix some bugs with Virtuoso
This commit is contained in:
parent
0e0d08ae5a
commit
16b34f874d
@ -79,7 +79,7 @@ application {
|
|||||||
// for testing electron
|
// for testing electron
|
||||||
// applicationDefaultJvmArgs = listOf(
|
// applicationDefaultJvmArgs = listOf(
|
||||||
// "-Dir.armor.tachidesk.webInterface=electron",
|
// "-Dir.armor.tachidesk.webInterface=electron",
|
||||||
// "-Dir.armor.tachidesk.electronPath=/home/armor/programming/Suwayomi/Tachidesk/scripts/electron-v12.0.9-linux-x64/electron"
|
// "-Dir.armor.tachidesk.electronPath=/usr/bin/electron"
|
||||||
// )
|
// )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,12 +27,10 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||||||
chapters: {
|
chapters: {
|
||||||
listStyle: 'none',
|
listStyle: 'none',
|
||||||
padding: 0,
|
padding: 0,
|
||||||
width: '100vw',
|
minHeight: '50vh',
|
||||||
minHeight: '200px',
|
|
||||||
[theme.breakpoints.up('md')]: {
|
[theme.breakpoints.up('md')]: {
|
||||||
width: '50vw',
|
width: '50vw',
|
||||||
height: 'calc(100vh - 64px)',
|
height: 'calc(100vh - 64px)',
|
||||||
overflowY: 'auto',
|
|
||||||
margin: 0,
|
margin: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -102,6 +100,7 @@ export default function Manga() {
|
|||||||
<Virtuoso
|
<Virtuoso
|
||||||
style={{ // override Virtuoso default values and set them with class
|
style={{ // override Virtuoso default values and set them with class
|
||||||
height: 'undefined',
|
height: 'undefined',
|
||||||
|
overflowY: 'visible',
|
||||||
}}
|
}}
|
||||||
className={classes.chapters}
|
className={classes.chapters}
|
||||||
totalCount={chapters.length}
|
totalCount={chapters.length}
|
||||||
|
Loading…
Reference in New Issue
Block a user