Refactor background image rendering in Wrapper

This commit is contained in:
shamoon
2025-08-01 20:51:40 -04:00
parent 085d91b3f7
commit a2e3aa7085
2 changed files with 44 additions and 33 deletions

View File

@@ -24,11 +24,25 @@
}
}
html,
body,
#__next {
height: 100%;
margin: 0;
padding: 0;
}
#background {
position: fixed;
inset: 0;
z-index: -1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
pointer-events: none;
}
html,
body {
font-family: Manrope, "Manrope-Fallback", Arial, sans-serif;