We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 720caf9 + 0a7a089 commit fa0b383Copy full SHA for fa0b383
1 file changed
app/javascript/submission_form/form.vue
@@ -943,9 +943,10 @@ export default {
943
const style = { backgroundColor: this.backgroundColor }
944
945
if (this.isMobile) {
946
+ style.overflowX = 'hidden'
947
style.minHeight = '100dvh'
948
style.paddingTop = 'max(env(safe-area-inset-top), 1.5rem)'
- style.paddingBottom = 'max(env(safe-area-inset-bottom), 1.5rem)'
949
+ style.paddingBottom = '6rem'
950
}
951
952
return style
0 commit comments