feat: add z-index to seasonal styles for improved layering
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
.hopping-rabbit {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
overflow: hidden;
|
||||
@@ -28,6 +29,7 @@
|
||||
|
||||
.easter {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
top: -10%;
|
||||
font-size: 1em;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user