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

revert: recent change

parent 44cd9c0d
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
left: calc(0vh - 1.9vmax);
top: calc(1vh - 1.9vmax);
right:calc(0vh - 1.9vmax);
left: -100%;
top: -100%;
right: -100%;
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