优化固定头部页签滚动条被隐藏的问题

This commit is contained in:
RuoYi 2023-04-05 18:30:25 +08:00
parent f61979f419
commit c46abc1c79
1 changed files with 5 additions and 1 deletions

View File

@ -78,6 +78,10 @@ function setLayout() {
height: 100%;
}
:deep(.el-scrollbar__bar).is-vertical {
z-index: 10;
}
:deep(.el-scrollbar__wrap) {
overflow-x: hidden;
}