Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into mnt

remove-cdns
mntmn 2020-11-21 17:07:35 +01:00
commit ccb474c0fb
No known key found for this signature in database
GPG Key ID: 376511EB67AD7BAF
2 changed files with 3 additions and 1 deletions

View File

@ -14983,7 +14983,8 @@ button.close {
text-align: center; text-align: center;
max-width: 100%; max-width: 100%;
overflow-x: hidden; overflow-x: hidden;
margin-top: -3em; } margin-top: -3em;
z-index: 100; }
.artifact .edit { .artifact .edit {
position: absolute; position: absolute;
top: 10px; top: 10px;

View File

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