pull/6161/head^2
tugcekucukoglu 2024-08-21 14:47:59 +03:00
parent 80128bbec6
commit 2499d505da
1 changed files with 2 additions and 2 deletions

View File

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