Commit b4370f90785001c239c59cbe8dec9a806587fb3f
1 parent
518ae30e
this is for bug 17009 and 17008
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -1216,10 +1216,10 @@ |
1216 | 1216 | </div> |
1217 | 1217 | |
1218 | 1218 | <!--Available modules list modal after login--> |
1219 | - <div class="modal fade ui-draggable in" id="dvUserModulesInfo" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="padding-left: 17px; display: none; left: 0px !important; z-index: 111111;"> | |
1219 | + <div class=" fade ui-draggable in" id="dvUserModulesInfo" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="padding-left: 17px; display: none; left: 0px !important; z-index: 111111; position: fixed; top: 0; overflow-x: hidden; overflow-y: auto; right: 0px; bottom: 0px; "> | |
1220 | 1220 | <div class="modal-dialog" role="document"> |
1221 | 1221 | <div class="modal-content"> |
1222 | - <div class="modal-header ui-draggable-handle " style="color: #ffffff; background-color: #0095da; border-color: #007ab3;"> | |
1222 | + <div class="modal-header ui-draggable-handle " style="color: #ffffff; background-color: #0095da; border-color: #007ab3;cursor:default;"> | |
1223 | 1223 | <!--color: #e5e5e5;--> |
1224 | 1224 | <!--bg-primary--> |
1225 | 1225 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> | ... | ... |