Merge pull request #159 from catchonme/master

修复移动端无法响应固定顶部/底部效果
This commit is contained in:
liaoxuezhi 2019-08-15 10:17:52 +08:00 committed by GitHub
commit 6aa56602db

View File

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