diff --git a/src/components/ReadingProgressBar.tsx b/src/components/ReadingProgressBar.tsx index ceab3e66..91d7200d 100644 --- a/src/components/ReadingProgressBar.tsx +++ b/src/components/ReadingProgressBar.tsx @@ -40,7 +40,8 @@ export const ReadingProgressBar: React.FC = ({ marginTop, marginBottom, marginLeft, - position: 'relative' + position: 'relative', + minHeight: `${height}px` }} >
= ({ height: '100%', width: progressWidth, background: progressBackground, - transition: 'width 0.3s ease, background 0.3s ease' + transition: 'width 0.3s ease, background 0.3s ease', + minHeight: `${height}px` }} />