Skip to content

Commit

Permalink
fix(QPageScroller): "offset" prop definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent da11702 commit db42dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/page-scroller/QPageScroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default createComponent({
},

offset: {
...usePageStickyProps.offset,
default: () => [ 18, 18 ]
}
},
Expand Down

0 comments on commit db42dee

Please sign in to comment.