Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 59bc608

Browse files
committed
fix: sections scroll issue
Fixes #28 Signed-off-by: Sekwah <[email protected]>
1 parent 3527dfb commit 59bc608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theme/_sass/components/_sections-list.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
.sections-list.affix {
1818
position: fixed;
1919
top: 90px;
20+
bottom: 20px;
21+
overflow: scroll;
2022
}
2123

2224
.sections-list.affix-bottom {

0 commit comments

Comments
 (0)