Commit 98650ba76b12fb98f6a7b966b27f9db20c6490be

Authored by Zambom
1 parent e8f95108

Adjusting chat modal positioning

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -563,7 +563,7 @@
563 563 }
564 564  
565 565 /* Height Media */
566   -@media(max-height: 740px) {
  566 +@media(max-height: 740px) and (max-width: 740px) {
567 567 /* Chat Modal */
568 568 #chat-modal-info .modal-dialog {
569 569 margin: 0;
... ...