We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8b5f4 commit 3bad030Copy full SHA for 3bad030
src/components/layout/QPageSticky.js
@@ -98,7 +98,7 @@ export default {
98
},
99
render (h) {
100
return h('div', {
101
- staticClass: 'q-page-sticky q-layout-transition z-fixed',
+ staticClass: 'q-page-sticky q-layout-transition z-fixed row flex-center',
102
'class': `fixed-${this.position}`,
103
style: this.computedStyle
104
}, [
0 commit comments