mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
Merge pull request #133 from arillo/fix/locked-icon-shapes
put z-index of lock icon higher
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
margin-top: -3em;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.edit {
|
||||
|
||||
Reference in New Issue
Block a user