Skip to content

Commit

Permalink
apply style to event week layout so custom events dont need to know a…
Browse files Browse the repository at this point in the history
…bout css
  • Loading branch information
bruceharrison1984 committed Sep 11, 2023
1 parent 075d9b6 commit ac2f422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
margin-right: 0.3em;
box-shadow: dimgray 0.1em 0.1em 0.2em;
opacity: 80%;
pointer-events: visible;

> .event-text-container {
padding-left: 1em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
min-width: 0;
min-height: 0;
}

& > div {
pointer-events: visible;
}
}
}

0 comments on commit ac2f422

Please sign in to comment.