修复移动端无法响应固定顶部/底部效果

This commit is contained in:
catchonme 2019-08-15 10:13:31 +08:00
parent ce51a44785
commit f08c108efe
1 changed files with 2 additions and 1 deletions

View File

@ -417,7 +417,8 @@ body {
@include media-breakpoint-down(sm) {
.#{$ns}Layout {
overflow-x: hidden;
// Layout 层没有出现滚动条件导致移动端无法响应固定顶部/底部效果
// overflow-x: hidden;
}
.#{$ns}Layout-content {