[FIX] GENERAL: Birthday animation updates
This commit is contained in:
@@ -574,3 +574,13 @@ form label {
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
#c {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%; /* Make sure the canvas fills the modal */
|
||||
height: 100%;
|
||||
z-index: 1000; /* Ensure it's above the blurred background */
|
||||
pointer-events: none; /* Ensure clicks pass through to underlying content */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user