forked from Mirrors/elk
fix: viewport meta value for iOS PWA safe area (#1533)
This commit is contained in:
parent
611b6bece7
commit
9190aeccdf
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export default defineNuxtConfig({
|
||||||
app: {
|
app: {
|
||||||
keepalive: true,
|
keepalive: true,
|
||||||
head: {
|
head: {
|
||||||
viewport: 'width=device-width,initial-scale=1',
|
viewport: 'width=device-width,initial-scale=1,viewport-fit=cover',
|
||||||
bodyAttrs: {
|
bodyAttrs: {
|
||||||
class: 'overflow-x-hidden',
|
class: 'overflow-x-hidden',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue