bug: Fixes the height issue of attachment image preview. (#3296)

* bug: Fixes the height issue of attachment image preview

* fixes codeclimate issue
This commit is contained in:
Sivin Varghese
2021-11-01 21:00:14 +05:30
committed by GitHub
parent 372bd75028
commit 0651b11fda
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
font-size: $font-size-mini;
max-width: 15rem;
padding: $space-smaller $space-small;
z-index: 9999;
z-index: 999;
}
code {

View File

@@ -27,7 +27,8 @@
}
.modal-image {
max-width: 85%;
max-height: 90%;
max-width: 90%;
}
.modal-video {