Commit c00d766619d569555c0d200b317fbb7ac7f2faec
Merge branch 'Bug#38013' into AIA_Develop
Showing
1 changed file
with
5 additions
and
5 deletions
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 | ... | ... |