diff options
-rw-r--r-- | static/styles/explorer.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles/explorer.scss b/static/styles/explorer.scss index 2ba3c3aed..803465b92 100644 --- a/static/styles/explorer.scss +++ b/static/styles/explorer.scss @@ -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 { |