mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
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:
@@ -21,7 +21,7 @@
|
||||
font-size: $font-size-mini;
|
||||
max-width: 15rem;
|
||||
padding: $space-smaller $space-small;
|
||||
z-index: 9999;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
}
|
||||
|
||||
.modal-image {
|
||||
max-width: 85%;
|
||||
max-height: 90%;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.modal-video {
|
||||
|
||||
Reference in New Issue
Block a user