Skip to content

Commit

Permalink
Merge pull request #331 from McBen/modalDialogFix
Browse files Browse the repository at this point in the history
Fix Modal Dialogs to be top-most
  • Loading branch information
johnd0e authored Feb 19, 2020
2 parents fd24207 + fbd7303 commit ea9cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ h3.title {
*/
.ui-tooltip, .ui-dialog {
position: absolute;
z-index: 9999;
z-index: 9500;
background-color: rgba(8, 48, 78, 0.9);
border: 1px solid #20A8B1;
color: #eee;
Expand Down

0 comments on commit ea9cb98

Please sign in to comment.