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 left-0;
|
||||||
@apply ~'w-0.5';
|
@apply ~'w-0.5';
|
||||||
@apply h-full;
|
@apply h-full;
|
||||||
@apply ~'z-[4]';
|
@apply ~'z-[21]';
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
@apply content-[''];
|
@apply content-[''];
|
||||||
|
|
|
@ -638,7 +638,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 4;
|
z-index: 21;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in New Issue