put z-index of lock icon higher

This commit is contained in:
DM
2020-11-20 19:47:40 +01:00
parent 8b5aaed92a
commit 239bc80972
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -49,6 +49,7 @@
max-width: 100%;
overflow-x: hidden;
margin-top: -3em;
z-index: 100;
}
.edit {