Skip to content

Commit

Permalink
reversed moon z index
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Jul 1, 2024
1 parent 0560058 commit 27aa3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/TheCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ $moon-info-z-index: 20; // this should be above all other events
$now-indicator-z-index: 19;
$moon-icon-z-index: 18;
$forecast-z-index: 16; // this should be above the moon
$moon-z-index: 0;
$moon-z-index: 15;
$observing-start-end-z-index: 15;
$sky-darkness-z-index: 15;
Expand Down

0 comments on commit 27aa3c1

Please sign in to comment.