Commit 98650ba76b12fb98f6a7b966b27f9db20c6490be
1 parent
e8f95108
Exists in
master
and in
2 other branches
Adjusting chat modal positioning
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -563,7 +563,7 @@ | @@ -563,7 +563,7 @@ | ||
563 | } | 563 | } |
564 | 564 | ||
565 | /* Height Media */ | 565 | /* Height Media */ |
566 | -@media(max-height: 740px) { | 566 | +@media(max-height: 740px) and (max-width: 740px) { |
567 | /* Chat Modal */ | 567 | /* Chat Modal */ |
568 | #chat-modal-info .modal-dialog { | 568 | #chat-modal-info .modal-dialog { |
569 | margin: 0; | 569 | margin: 0; |