style(docs): change the example mask and overlay z-index (#9356)

* style(docs): change navbar z-index

* style: change the example mask and overlay z-index
This commit is contained in:
btea
2022-08-20 09:36:12 +08:00
committed by GitHub
parent eb31f6f510
commit a1834a4151
3 changed files with 13 additions and 0 deletions

View File

@ -34,4 +34,7 @@ const tableData = [
body {
margin: 0;
}
.example-showcase .el-loading-mask {
z-index: 9;
}
</style>