We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b45cd commit 48ff003Copy full SHA for 48ff003
static/layout.less
@@ -5,7 +5,7 @@
5
align-items: stretch;
6
flex-wrap: nowrap;
7
box-sizing: border-box;
8
- height: 100%;
+ height: calc(~"100% - 53px");// 53px header
9
-webkit-overflow-scrolling: touch;
10
padding-bottom: 0;
11
transition: padding-bottom @transition-speed ease;
0 commit comments