Sepehr Mohammadi 6 years ago
committed by 偏右
parent
commit
e8c2e7ce72
  1. 4
      components/layout/style/index.less

4
components/layout/style/index.less

@ -8,6 +8,8 @@
flex-direction: column;
flex: auto;
background: @layout-body-background;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
&,
* {
@ -43,6 +45,8 @@
&-content {
flex: auto;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
}
&-sider {

Loading…
Cancel
Save