Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Commit

Permalink
Merge pull request #19 from openeyes/feature/OE-5667
Browse files Browse the repository at this point in the history
OE-5667 Allow blackbox to cover entire screen
  • Loading branch information
Himanshu Patel committed Oct 19, 2015
2 parents 16e1795 + a12a35e commit 1d1fe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/defaultprescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $(document).ready(function() {
'<input class="warning small" id="prescription-no" type="submit" name="yt0" value="No" onclick="goBack()">' +
'</div>';

var blackout_box = '<div id="blackout-box" style="position:absolute;top:0;left:0;width:100%;height:100%;background-color:black;opacity:0.6;z-index:10000"><div style="margin:150px auto;width:450px">';
var blackout_box = '<div id="blackout-box" style="position:fixed;top:0;left:0;width:100%;height:100%;background-color:black;opacity:0.6;z-index:10000">';


$(dialog_msg).prependTo("body");
Expand Down

0 comments on commit 1d1fe87

Please sign in to comment.