Add padding to compensate for iPhone nav bar

This commit is contained in:
Sebastian
2024-09-08 17:36:51 +02:00
parent 666086a806
commit 83a3e53d8d
5 changed files with 10 additions and 4 deletions

View File

@@ -30,6 +30,9 @@ export default {
'code::after': false
}
}
},
padding: {
'safe-bottom': 'env(safe-area-inset-bottom)'
}
}
},