mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
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: {
|
||||
keepalive: true,
|
||||
head: {
|
||||
viewport: 'width=device-width,initial-scale=1',
|
||||
viewport: 'width=device-width,initial-scale=1,viewport-fit=cover',
|
||||
bodyAttrs: {
|
||||
class: 'overflow-x-hidden',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue