Skip to content

Commit

Permalink
Fix modal display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisdickinson46 committed Aug 10, 2024
1 parent 1bd346a commit 33dbb30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/wolweb.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ html[data-bs-theme="dark"] nav.navbar {
button[disabled] i { color: var(--bs-secondary); }


/* --------- Modal Fixes --------- */
body, .bootbox.modal { padding-right: unset !important; }
body .modal-backdrop { width: 100%; height: 100%;}
.toast-container#toastContainer { z-index: 1050;}

/* --------- Toast Element --------- */
.toast-set-position {
bottom: 0;
Expand Down

0 comments on commit 33dbb30

Please sign in to comment.