fix: card modal blink when switching to the next card

This commit is contained in:
Tienson Qin
2025-06-11 19:20:55 +08:00
parent 0a0612fe66
commit f9cf6adcff
3 changed files with 7 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ div[data-radix-popper-content-wrapper] {
}
.ui__dialog-content {
@apply outline-none;
@apply outline-none m-4;
&[data-auto-width] {
@apply max-w-[90vw] w-max sm:max-w-[960px];