diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 830424a..4a6e47d 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 cccafb8..a06a772 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 {