Skip to content

Commit 3bad030

Browse files
committed
fix(QPageSticky): left and right positioning
1 parent 0f8b5f4 commit 3bad030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/QPageSticky.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default {
9898
},
9999
render (h) {
100100
return h('div', {
101-
staticClass: 'q-page-sticky q-layout-transition z-fixed',
101+
staticClass: 'q-page-sticky q-layout-transition z-fixed row flex-center',
102102
'class': `fixed-${this.position}`,
103103
style: this.computedStyle
104104
}, [

0 commit comments

Comments
 (0)