Skip to content

Commit

Permalink
fix zoom snowfall
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Dec 1, 2024
1 parent 45bee16 commit afa70a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/generic/events/christmas/Snowfall.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
width: 100%;
height: 100%;
z-index: -1000;
/* zoom: 1.25; */
}

@supports (-webkit-appearance: none) {
/* only apply to chromium */
.initial-snow {
zoom: 1.25;
}
}

.snow {
Expand Down

0 comments on commit afa70a9

Please sign in to comment.