feat: update seasonal styles to use fixed positioning and full coverage for better display

This commit is contained in:
CodeDevMLH
2025-12-18 00:32:19 +01:00
parent 7216588fef
commit e90ea952bd
8 changed files with 37 additions and 6 deletions

View File

@@ -1,8 +1,13 @@
.easter-container {
display: block;
pointer-events: none;
z-index: 10;
overflow: hidden;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.hopping-rabbit {