diff --git a/src/layout/index.vue b/src/layout/index.vue index fb59a13..1c8f97a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -76,6 +76,18 @@ const setLayout = () => { height: 100%; width: 100%; + .el-scrollbar { + height: 100%; + } + + :deep(.el-scrollbar__bar).is-vertical { + z-index: 10; + } + + :deep(.el-scrollbar__wrap) { + overflow-x: hidden; + } + &.mobile.openSidebar { position: fixed; top: 0;