1
0

revert: recent change

This commit is contained in:
Mar0xy
2023-10-07 01:09:28 +02:00
parent 44cd9c0dab
commit a60ec12b4e
+3 -3
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;
}