diff --git a/src/components/Popup.vue b/src/components/Popup.vue index 4e6d3bd..23ba570 100644 --- a/src/components/Popup.vue +++ b/src/components/Popup.vue @@ -75,14 +75,13 @@ const confirmBtn = () => { width: 77vw; height: 60vw; background-image: url('../assets/images/popup.webp'); - background-size: cover; + background-size: 100%; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; - min-height: -webkit-fill-available; } .scene-item { position: absolute;