Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 7, 2024
1 parent a0b732a commit ea0f7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.p-connected-overlay-leave-to {
@apply opacity-0
@apply opacity-0
}

.p-connected-overlay-enter-active {
Expand Down Expand Up @@ -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 {
Expand All @@ -78,4 +78,4 @@
to {
background: transparent;
}
}
}

0 comments on commit ea0f7fc

Please sign in to comment.