Skip to content

Commit d72b957

Browse files
committed
add margin bottom for page scroll
1 parent 26553e0 commit d72b957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/page/_page.less

+3
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
.cr-page {
88
position: relative;
99
overflow-y: scroll;
10+
.listEnd {
11+
margin-bottom: 100px;
12+
}
1013
}

0 commit comments

Comments
 (0)