feat: update z-index values for seasonal elements to improve layering and visibility
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
.hopping-rabbit {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
z-index: 15;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
overflow: hidden;
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
.easter {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
z-index: 15;
|
||||
top: -10%;
|
||||
font-size: 1em;
|
||||
color: #fff;
|
||||
@@ -47,6 +47,7 @@
|
||||
}
|
||||
|
||||
.easter img {
|
||||
z-index: 15;
|
||||
height: auto;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user