From 239bc80972d81230fe5cb63ebd9b7227d4e24a27 Mon Sep 17 00:00:00 2001 From: DM Date: Fri, 20 Nov 2020 19:47:40 +0100 Subject: [PATCH] put z-index of lock icon higher --- public/stylesheets/style.css | 3 ++- styles/artifact.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 {