revert: recent change

This commit is contained in:
Mar0xy 2023-10-07 01:09:28 +02:00
parent 44cd9c0dab
commit a60ec12b4e
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -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;
}