fix: Background on iOS
This commit is contained in:
parent
f8bdcb811a
commit
442e589874
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue