Skip to content

Commit

Permalink
Prevent overflow in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Mar 15, 2024
1 parent 52ca543 commit 2baade2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ dialog.my-calendar-modal #modal-title {
font-size: 1.5rem;
margin: 0;
margin-right: 64px;
box-sizing: border-box;
}

dialog.my-calendar-modal .modal-content {
Expand Down

0 comments on commit 2baade2

Please sign in to comment.