Compare commits

..

No commits in common. "7cf3e31b22f6a935cf8e54b3782c8807d22157c8" and "c2362e26efe7ee10e2b5f49382b279a9d9a85af9" have entirely different histories.

1 changed files with 5 additions and 4 deletions

View File

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