Skip to content

Commit 93fcb0d

Browse files
committed
TOC top-margin 수정
1 parent d0da7c3 commit 93fcb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer-scripts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
if(scrollTop < baseOffsetTop) {
111111
scrollTop = 0;
112112
} else {
113-
scrollTop = scrollTop - baseOffsetTop;
113+
scrollTop = scrollTop - baseOffsetTop + 10;
114114
}
115115
if(scrollTop > $(document).height() - footerHeight - thisHeight - baseOffsetTop - topNavHeight) {
116116
scrollTop = $(document).height() - footerHeight - thisHeight - baseOffsetTop - topNavHeight;

0 commit comments

Comments
 (0)