Skip to content

Commit

Permalink
Drop hard coded z-index for modals in dark mode
Browse files Browse the repository at this point in the history
This unnecessary rule breaks tooltips in modal.
  • Loading branch information
sunnavy committed Aug 21, 2024
1 parent afe7401 commit 1cd814d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/static/css/elevator/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ div.row>div.label>span.prev-icon-helper+.icon-helper {

div.modal {
background: rgba(0, 0, 0, .70) !important;
z-index: 10000;
}

div.modal-dialog-centered {
Expand Down

0 comments on commit 1cd814d

Please sign in to comment.