mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: fix table container z-index (#5786)
This commit is contained in:
parent
00422ac77b
commit
187f3b8c07
@ -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: '';
|
||||
|
Loading…
Reference in New Issue
Block a user