1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fixed floating background

This commit is contained in:
Alvin Bryan 2024-12-18 22:53:41 +00:00
parent 265bf5fd65
commit f08f3c4c84
No known key found for this signature in database

View File

@ -180,7 +180,7 @@ main .container {
} }
} }
main:before { main:after {
/* background-color: red; */ /* background-color: red; */
background-image: url("/img/mountain-texture.png"); background-image: url("/img/mountain-texture.png");
position: fixed; position: fixed;
@ -188,8 +188,9 @@ main:before {
z-index: 0; z-index: 0;
bottom: 0px; bottom: 0px;
right: 0px; right: 0px;
width: 400px; width: 350px;
height: 100%; aspect-ratio: 652 / 905;
background-size: cover;
pointer-events: none; pointer-events: none;
user-select: none; user-select: none;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -255,7 +256,6 @@ main
} }
.footer { .footer {
border-top: 1px solid var(--ifm-font-color-base);
z-index: 1; z-index: 1;
} }