From ea0f7fc6739be62fdd359bed44670c8ad82e6711 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 7 Nov 2024 13:09:40 +0300 Subject: [PATCH] Update common.css --- assets/styles/primevue/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles/primevue/common.css b/assets/styles/primevue/common.css index 412c334d..0c4e67f1 100644 --- a/assets/styles/primevue/common.css +++ b/assets/styles/primevue/common.css @@ -3,7 +3,7 @@ } .p-connected-overlay-leave-to { - @apply opacity-0 + @apply opacity-0 } .p-connected-overlay-enter-active { @@ -51,7 +51,7 @@ } .p-overlay-mask { - @apply bg-black/50 text-surface-200 transition-colors duration-150 fixed top-0 left-0 w-full h-full + @apply bg-black/50 text-surface-200 transition-colors duration-150 fixed top-0 start-0 w-full h-full } .p-overlay-mask-enter { @@ -78,4 +78,4 @@ to { background: transparent; } -} \ No newline at end of file +}