Skip to content

Commit f6bb52a

Browse files
committed
🔧 fix: z-index on large compare
1 parent 6a256a8 commit f6bb52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tailwind.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ button.copy::after {
549549

550550
.VPDoc {
551551
& > .container > .content {
552-
z-index: 26;
552+
@apply xl:z-[26];
553553
}
554554
}
555555

556556
.v-popper__popper {
557-
z-index: 27;
557+
@apply xl:z-[27];
558558
}

0 commit comments

Comments
 (0)