Commit c00d766619d569555c0d200b317fbb7ac7f2faec

Authored by Birendra Kumar
2 parents 990f6501 55578f5b

Merge branch 'Bug#38013' into AIA_Develop

400-SOURCECODE/AIAHTML5.Web/index.aspx
... ... @@ -1563,11 +1563,11 @@
1563 1563 </script>
1564 1564 <script>
1565 1565 $(function () {
1566   - $(".modal").draggable();
1567   - $(".annotationTollbar").draggable();
1568   - $(".modeleditstyle").draggable();
1569   - $("#annotationTextModal").draggable();
1570   - $("#modal-settings").draggable();
  1566 + $(".modal").draggable({ containment: 'window' });
  1567 + $(".annotationTollbar").draggable({ containment: 'window' });
  1568 + $(".modeleditstyle").draggable({containment:'window'});
  1569 + $("#annotationTextModal").draggable({ containment: 'window' });
  1570 + $("#modal-settings").draggable({ containment: 'window' });
1571 1571 });
1572 1572 </script>
1573 1573  
... ...