Skip to content

Commit 85c635c

Browse files
committed
fix: enable continuous scroll tip
1 parent 650f178 commit 85c635c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

epub_browser/assets/chapter.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ body {
611611
display: flex;
612612
flex-direction: column;
613613
gap: 0;
614-
overflow-y: auto;
615-
max-height: calc(85vh - 120px);
614+
overflow: visible;
615+
min-height: 0;
616616
}
617617

618618
.settings-tab-panel {
@@ -623,6 +623,8 @@ body {
623623
display: flex;
624624
flex-direction: column;
625625
gap: 20px;
626+
overflow-y: auto;
627+
max-height: calc(85vh - 150px);
626628
}
627629

628630
.settings-group {

0 commit comments

Comments
 (0)