Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: adjust styling in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 7, 2021
1 parent ec38ac9 commit 79a57d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
background-color: #fff;
transform: translate(-50%, -50%);
outline: transparent;
overflow: scroll;
overflow: hidden;
}

.overlay {
Expand All @@ -31,6 +31,11 @@
background-color: var(--main-bg-color);
}

.close-modal:not(disabled):hover {
background-color: var(--main-bg-color);
color: black;
}

.no-show {
display: none;
}
Expand Down

0 comments on commit 79a57d0

Please sign in to comment.