Skip to content

Commit 43377ac

Browse files
committed
feat: update
1 parent 55fbffa commit 43377ac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

epub_browser/assets/chapter.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ body {
876876
}
877877

878878
.pagination-mode .content-container {
879+
box-shadow: unset !important;
879880
margin-bottom: 0;
880881
overflow: hidden;
881882
position: relative;

epub_browser/assets/chapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ function initScript() {
692692
// 滚动到指定位置 - 使用 smooth 滚动
693693
content.scrollTo({
694694
left: scrollPosition,
695-
behavior: 'smooth'
695+
// behavior: 'smooth'
696696
});
697697

698698
// 更新当前页面索引

0 commit comments

Comments
 (0)