mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #6691 - For ScrollTop
This commit is contained in:
parent
605aa167b1
commit
6f281b8dbe
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue