diff --git a/assets/styles/primevue/scrolltop.css b/assets/styles/primevue/scrolltop.css index 0b5a7b14..40e5381f 100644 --- a/assets/styles/primevue/scrolltop.css +++ b/assets/styles/primevue/scrolltop.css @@ -1,11 +1,11 @@ @import './button'; .p-scrolltop.p-button { - @apply fixed bottom-5 right-5 + @apply fixed bottom-5 end-5 } .p-scrolltop-sticky.p-button { - @apply sticky flex ml-auto + @apply sticky flex ms-auto } .p-scrolltop-enter-from { @@ -22,4 +22,4 @@ .p-scrolltop-leave-active { @apply transition-opacity duration-150 -} \ No newline at end of file +}