Fixed #6249
parent
80128bbec6
commit
2499d505da
|
@ -2,13 +2,13 @@ import BaseStyle from '@primevue/core/base/style';
|
||||||
|
|
||||||
const theme = ({ dt }) => `
|
const theme = ({ dt }) => `
|
||||||
.p-scrolltop.p-button {
|
.p-scrolltop.p-button {
|
||||||
position: fixed;
|
position: fixed !important;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-scrolltop-sticky.p-button {
|
.p-scrolltop-sticky.p-button {
|
||||||
position: sticky;
|
position: sticky !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue