We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f178 commit 85c635cCopy full SHA for 85c635c
1 file changed
epub_browser/assets/chapter.css
@@ -611,8 +611,8 @@ body {
611
display: flex;
612
flex-direction: column;
613
gap: 0;
614
- overflow-y: auto;
615
- max-height: calc(85vh - 120px);
+ overflow: visible;
+ min-height: 0;
616
}
617
618
.settings-tab-panel {
@@ -623,6 +623,8 @@ body {
623
624
625
gap: 20px;
626
+ overflow-y: auto;
627
+ max-height: calc(85vh - 150px);
628
629
630
.settings-group {
0 commit comments