Skip to content

Commit

Permalink
Fix z-index of toasts in Boostreap 4 (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenRBS committed Nov 7, 2023
1 parent 95533d5 commit 45baa0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/styles/explorer.scss
Expand Up @@ -371,6 +371,8 @@ pre.content.wrap * {

.toast {
max-width: 100% !important;
// Not set in Bootstrap 4, remove once we upgrade
z-index: 1090;
}

.toast-header .close {
Expand Down

0 comments on commit 45baa0b

Please sign in to comment.