Skip to content

Commit 48ff003

Browse files
author
Chasen Le Hara
committed
Fix the footer in Firefox
1 parent 13b45cd commit 48ff003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/layout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
align-items: stretch;
66
flex-wrap: nowrap;
77
box-sizing: border-box;
8-
height: 100%;
8+
height: calc(~"100% - 53px");// 53px header
99
-webkit-overflow-scrolling: touch;
1010
padding-bottom: 0;
1111
transition: padding-bottom @transition-speed ease;

0 commit comments

Comments
 (0)