Browse Source

Fix qtip display in mobile phones BT#13518

Julio Montoya 6 years ago
parent
commit
a29c000b39
1 changed files with 4 additions and 2 deletions
  1. 4 2
      main/template/default/agenda/month.tpl

+ 4 - 2
main/template/default/agenda/month.tpl

@@ -417,7 +417,8 @@ $(document).ready(function() {
                     content: onHoverInfo,
                     position: {
                         at: 'top center',
-                        my: 'bottom center'
+                        my: 'bottom center',
+                        viewport: $(window)
                     }
                 });
 			}
@@ -449,7 +450,8 @@ $(document).ready(function() {
                         content: onHoverInfo,
                         position: {
                             at: 'top center',
-                            my: 'bottom center'
+                            my: 'bottom center',
+                            viewport: $(window)
                         }
                     });