We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4befcf5 + 264fd42 commit 4116859Copy full SHA for 4116859
apps/pwa/src/pages/player/lyric_panel/lyric/lyric.tsx
@@ -3,9 +3,11 @@ import { MultipleLrc, MultipleLrcLine } from 'react-lrc';
3
import absoluteFullSize from '@/style/absolute_full_size';
4
import { CSSVariable } from '@/global_style';
5
import useAudioCurrentMillisecond from '../../use_audio_current_millisecond';
6
+import autoScrollbar from '@/style/auto_scrollbar';
7
8
const StyledMultipleLrc = styled(MultipleLrc)`
9
${absoluteFullSize}
10
+ ${autoScrollbar}
11
`;
12
const Line = styled.div<{ active?: boolean }>`
13
margin: 20px;
0 commit comments