fix: fix table container z-index (#5786)
parent
00422ac77b
commit
187f3b8c07
|
@ -642,7 +642,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1;
|
z-index: @zindex-table-fixed;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
transition: box-shadow 0.3s;
|
transition: box-shadow 0.3s;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in New Issue