diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2023-11-07 00:56:31 +0100 |
---|---|---|
committer | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2023-11-07 00:56:31 +0100 |
commit | 92a4f7b024c05a2cf0204f6b84a322e3fc038b7a (patch) | |
tree | 46197c04f1f3ddefa108a71552bf43b744609895 | |
parent | 28e607057cb87c6dadde0f4f32abf3adf32361e3 (diff) | |
download | compiler-explorer-gh-9423.tar.gz compiler-explorer-gh-9423.zip |
Fix z-index of toasts in Boostreap 4gh-9423
-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 { |