fix(grid): fix resize bar cover by header (#3536)
This commit is contained in:
parent
4cbe804dcf
commit
80cb2c3047
|
@ -707,7 +707,7 @@
|
|||
@apply left-0;
|
||||
@apply ~'w-0.5';
|
||||
@apply h-full;
|
||||
@apply ~'z-[4]';
|
||||
@apply ~'z-[21]';
|
||||
|
||||
&:before {
|
||||
@apply content-[''];
|
||||
|
|
|
@ -638,7 +638,7 @@
|
|||
left: 0;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
z-index: 4;
|
||||
z-index: 21;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in New Issue