Skip to content

Commit

Permalink
Sets z-index of events to 0 to fix #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Vervuurt committed Feb 26, 2024
1 parent 447b689 commit 47a6b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/css/tool.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ div.nova-calendar .dayheader span.badge {
*/

div.nova-calendar .week-events {
z-index: 2;
z-index: 0;
margin-top: 2.2em;
grid-column: 1 / -1;
grid-row: 1;
Expand Down

0 comments on commit 47a6b72

Please sign in to comment.