fix(grid): fix resize bar cover by header (#3536)

This commit is contained in:
gimmyhehe 2025-06-26 14:04:21 +08:00 committed by GitHub
parent 4cbe804dcf
commit 80cb2c3047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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-[''];

View File

@ -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: '';