Skip to content

Commit 4116859

Browse files
author
MEBTTE
authored
Merge pull request #122 from mebtte/beta
improve style
2 parents 4befcf5 + 264fd42 commit 4116859

File tree

1 file changed

+2
-0
lines changed
  • apps/pwa/src/pages/player/lyric_panel/lyric

1 file changed

+2
-0
lines changed

apps/pwa/src/pages/player/lyric_panel/lyric/lyric.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ import { MultipleLrc, MultipleLrcLine } from 'react-lrc';
33
import absoluteFullSize from '@/style/absolute_full_size';
44
import { CSSVariable } from '@/global_style';
55
import useAudioCurrentMillisecond from '../../use_audio_current_millisecond';
6+
import autoScrollbar from '@/style/auto_scrollbar';
67

78
const StyledMultipleLrc = styled(MultipleLrc)`
89
${absoluteFullSize}
10+
${autoScrollbar}
911
`;
1012
const Line = styled.div<{ active?: boolean }>`
1113
margin: 20px;

0 commit comments

Comments
 (0)