Skip to content

Commit 187f3b8

Browse files
authored
fix: fix table container z-index (#5786)
1 parent 00422ac commit 187f3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
position: absolute;
643643
top: 0;
644644
bottom: 0;
645-
z-index: 1;
645+
z-index: @zindex-table-fixed;
646646
width: 30px;
647647
transition: box-shadow 0.3s;
648648
content: '';

0 commit comments

Comments
 (0)