Refactor #6691 - For ScrollTop

This commit is contained in:
tugcekucukoglu 2024-10-31 12:07:30 +03:00
parent 605aa167b1
commit 6f281b8dbe

View file

@ -3,14 +3,14 @@ import BaseStyle from '@primevue/core/base/style';
const theme = ({ dt }) => `
.p-scrolltop.p-button {
position: fixed !important;
bottom: 20px;
right: 20px;
inset-block-end: 20px;
inset-inline-end: 20px;
}
.p-scrolltop-sticky.p-button {
position: sticky !important;
display: flex;
margin-left: auto;
margin-inline-start: auto;
}
.p-scrolltop-enter-from {