fix: background not filling area on bigger screens

This commit is contained in:
Mar0xy 2023-10-06 12:00:54 +02:00
parent a5dd169475
commit 2157d4ff18
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -355,12 +355,9 @@ onUnmounted(() => {
pointer-events: none;
filter: blur(8px) opacity(0.6);
// Funny CSS schenanigans to make background escape container
padding-left: 20px;
margin-left: -20px;
padding-right: 20px;
margin-right: -20px;
padding-top: 20px;
margin-top: -20px;
top: -100%;
left: -100%;
right: -100%;
background-attachment: fixed;
}