fix: 解决页面横向滚动条不显示问题 (#190)

Co-authored-by: Qingxuan001 <534794892@qqcom>
This commit is contained in:
huohuoit
2022-02-17 18:13:09 +08:00
committed by GitHub
parent 52910602ff
commit 3676014eb6

View File

@@ -23,16 +23,6 @@
margin-left: $sideBarWidth;
position: relative;
background: #f0f2f5;
@media screen and (min-width: 150px) and (max-width: 420px) {
.app-main .el-scrollbar__view:first-child {
overflow-y: hidden;
}
}
@media screen and (min-width: 420px) {
.app-main .el-scrollbar__view:first-child {
overflow: hidden;
}
}
}
.fixed-header {