fix: fix table container z-index (#5786)

This commit is contained in:
舜岳 2022-09-01 14:03:53 +08:00 committed by GitHub
parent 00422ac77b
commit 187f3b8c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,7 +642,7 @@
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
z-index: @zindex-table-fixed;
width: 30px;
transition: box-shadow 0.3s;
content: '';