diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4a05026..0e91b7f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -14983,7 +14983,8 @@ button.close { text-align: center; max-width: 100%; overflow-x: hidden; - margin-top: -3em; } + margin-top: -3em; + z-index: 100; } .artifact .edit { position: absolute; top: 10px; diff --git a/styles/artifact.scss b/styles/artifact.scss index 5267a07..9f1c62a 100644 --- a/styles/artifact.scss +++ b/styles/artifact.scss @@ -49,6 +49,7 @@ max-width: 100%; overflow-x: hidden; margin-top: -3em; + z-index: 100; } .edit {