We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbffa commit 43377acCopy full SHA for 43377ac
2 files changed
epub_browser/assets/chapter.css
@@ -876,6 +876,7 @@ body {
876
}
877
878
.pagination-mode .content-container {
879
+ box-shadow: unset !important;
880
margin-bottom: 0;
881
overflow: hidden;
882
position: relative;
epub_browser/assets/chapter.js
@@ -692,7 +692,7 @@ function initScript() {
692
// 滚动到指定位置 - 使用 smooth 滚动
693
content.scrollTo({
694
left: scrollPosition,
695
- behavior: 'smooth'
+ // behavior: 'smooth'
696
});
697
698
// 更新当前页面索引
0 commit comments