MyAnimation.html
363 Bytes
<div>
<div ng-include="aap/widget/MainMenu.html"></div>
<div ng-init="OpenMyAnimationViewMain()" id="VideoView" class="videoView" ng-controller="MyAnimationController" style=" "></div> <!--position: absolute !important;-->
<style>
.jsPanel-content.jsPanel-theme-success {
overflow-y: auto !important;
}
</style>
</div>