Skip to content
Snippets Groups Projects
Unverified Commit 44cd9c0d authored by Mar0xy's avatar Mar0xy
Browse files

upd: use calc on top, left, right for background

parent 1d510577
No related branches found
No related tags found
No related merge requests found
......@@ -355,9 +355,9 @@ onUnmounted(() => {
pointer-events: none;
filter: blur(8px) opacity(0.6);
// Funny CSS schenanigans to make background escape container
top: -100%;
left: -100%;
right: -100%;
left: calc(0vh - 1.9vmax);
top: calc(1vh - 1.9vmax);
right:calc(0vh - 1.9vmax);
background-attachment: fixed;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment