fix:上层弹窗被过滤工具栏遮蔽

This commit is contained in:
buvta
2020-12-07 20:22:04 +08:00
parent 16d38ba2b4
commit 4683aecf7b

View File

@@ -194,6 +194,9 @@
}
}
}
.toolbar{
z-index: 5;
}
.listpage-body{
height: calc(100% - 60px);
overflow-y: auto;