Skip to content

Commit 1c5a282

Browse files
Fix footer position bug caused by opened sidebar
1 parent e536c11 commit 1c5a282

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/css/_common/components/footer/footer.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
&.footer-fixed {
66
bottom: 0;
77
left: 0;
8-
position: fixed;
8+
position: absolute;
99
right: 0;
1010
}
1111

source/css/_common/outline/outline.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ html, body {
88
}
99

1010
.container {
11+
min-height: 100%;
1112
position: relative;
1213
}
1314

0 commit comments

Comments
 (0)