Fix admin routing and Playwright smoke checks
TaxBaik CI/CD / build-and-deploy (push) Successful in 5m22s

This commit is contained in:
2026-07-04 23:07:16 +09:00
parent fd5178b118
commit 7002d50a4e
30 changed files with 95 additions and 59 deletions
+3 -2
View File
@@ -1547,8 +1547,9 @@ textarea:focus-visible {
}
#blazor-loading.show {
display: flex;
animation: overlayFadeIn 0.15s ease-out;
display: flex;
animation: overlayFadeIn 0.15s ease-out;
pointer-events: none;
}
@keyframes overlayFadeIn {