fix: Background on iOS

This commit is contained in:
Leni Aniva 2025-01-25 16:07:28 -08:00
parent f8bdcb811a
commit 442e589874
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 4 additions and 5 deletions

View File

@ -108,18 +108,17 @@
<style>
#background {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
z-index: -10;
position: fixed;
min-width: 100%;
min-height: 100%;
position: absolute;
min-width: 100vw;
height: 100vh;
overscroll-behaviour: none;
}
#front {
height: 100vh;
height: 100svh;
display: flex;
flex-direction: column;
overscroll-behavior: none;