mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [table-v2] header checkbox cover fixedHeader when scroll (#18179)
fix(components): [table-v2]header checkbox cover fixedHeader when scroll closed #18163
This commit is contained in:
parent
2dbe2bf4af
commit
1346bf9275
@ -86,9 +86,11 @@
|
||||
left: 0;
|
||||
box-shadow: 2px 0 4px 0 rgb(0 0 0 / 6%);
|
||||
@include hidden-scrollbar;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@include e('right') {
|
||||
z-index: 1;
|
||||
@include table-root;
|
||||
right: 0;
|
||||
box-shadow: -2px 0 4px 0 rgb(0 0 0 / 6%);
|
||||
|
Loading…
Reference in New Issue
Block a user