Commit 12a34fe5d11f5ecf5ffe4c187211360aa40128e0
1 parent
6808660f
removed zindex as it amde the ok button of modal non clickable.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -1145,7 +1145,7 @@ |
1145 | 1145 | </table> |
1146 | 1146 | </div> |
1147 | 1147 | |
1148 | - <div class="modal fade" id="messageModal" role="dialog" style="z-index:10;"> | |
1148 | + <div class="modal fade" id="messageModal" role="dialog"> | |
1149 | 1149 | <div class="modal-dialog"> |
1150 | 1150 | |
1151 | 1151 | <div class="modal-content"> | ... | ... |