Skip to content

Commit

Permalink
Fix dialog z-index bug in Android 4.0 browser (issue jtsage#48). Reso…
Browse files Browse the repository at this point in the history
…lves issue when using fade transition or animate: false
  • Loading branch information
robdiciuccio committed Jul 30, 2012
1 parent b04651e commit 9a26b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/jquery.mobile.simpledialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* Shared Styles */

.ui-simpledialog-header h4 { margin-top: 5px; margin-bottom: 5px; text-align: center; }
.ui-simpledialog-container { border: 5px solid #111 !important; width:85%; max-width:500px;}
.ui-simpledialog-container { border: 5px solid #111 !important; width:85%; max-width:500px; -webkit-transform:translate3d(0,0,0); }
.ui-simpledialog-screen { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.ui-simpledialog-hidden { display: none; }
.ui-simpledialog-input { width: 85% !important; display: block !important; margin-left: auto; margin-right: auto;}
Expand Down

0 comments on commit 9a26b8b

Please sign in to comment.