Skip to content

Commit

Permalink
Refactor #352 - For ScrollTop
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent d675d5d commit a936762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/scrolltop.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -22,4 +22,4 @@

.p-scrolltop-leave-active {
@apply transition-opacity duration-150
}
}

0 comments on commit a936762

Please sign in to comment.