Set lyrics scrollarea to max height by default
This commit is contained in:
parent
98fa47348c
commit
f10912d930
1 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,18 @@ const LyricsContainer = styled(ScrollArea)`
|
||||||
rgba(0, 0, 0, 100%) 85%,
|
rgba(0, 0, 0, 100%) 85%,
|
||||||
transparent 95%
|
transparent 95%
|
||||||
);
|
);
|
||||||
|
|
||||||
|
&.mantine-ScrollArea-root {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
& .mantine-ScrollArea-viewport {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
& .mantine-ScrollArea-viewport > div {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ActiveTabIndicator = styled(motion.div)`
|
const ActiveTabIndicator = styled(motion.div)`
|
||||||
|
|
Reference in a new issue