revert: recent change
This commit is contained in:
parent
44cd9c0dab
commit
a60ec12b4e
1 changed files with 3 additions and 3 deletions
|
@ -355,9 +355,9 @@ onUnmounted(() => {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
filter: blur(8px) opacity(0.6);
|
filter: blur(8px) opacity(0.6);
|
||||||
// Funny CSS schenanigans to make background escape container
|
// Funny CSS schenanigans to make background escape container
|
||||||
left: calc(0vh - 1.9vmax);
|
left: -100%;
|
||||||
top: calc(1vh - 1.9vmax);
|
top: -100%;
|
||||||
right:calc(0vh - 1.9vmax);
|
right: -100%;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue