Merge pull request 'fix: Background styling on iOS' (#38) from styling/cover into main

Reviewed-on: #38
This commit is contained in:
Leni Aniva 2025-01-25 16:10:12 -08:00
commit 7cf3e31b22
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;