fix: Background styling on iOS #38

Merged
aniva merged 1 commits from styling/cover into main 2025-01-25 16:10:13 -08:00
1 changed files with 4 additions and 5 deletions
Showing only changes of commit 442e589874 - Show all commits

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;