Skip to content

Commit

Permalink
Merge pull request LibreHealthIO#1563 from d3n23z/fix-1560
Browse files Browse the repository at this point in the history
Fix modals not expanding in Firefox (fixes issue LibreHealthIO#1560)
  • Loading branch information
Ngai-E authored Mar 15, 2020
2 parents 9cf23e8 + e8f315e commit 186e2ed
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interface/themes/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -1161,3 +1161,7 @@ div.notab-right {
.report_search_bar {
background-color: #EADDB4;
}

.iziModal.isFullscreen .iziModal-iframe {
height: 100% !important;
}
4 changes: 4 additions & 0 deletions interface/themes/style_prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -1507,3 +1507,7 @@ table.dataTable#therapy_groups_list tbody td{
.calendar {
z-index:2;
}

.iziModal.isFullscreen .iziModal-iframe {
height: 100% !important;
}
4 changes: 4 additions & 0 deletions interface/themes/style_purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,3 +996,7 @@ font-size:9pt;
.report_search_bar{
background-color:#C9DCFF;
}

.iziModal.isFullscreen .iziModal-iframe {
height: 100% !important;
}
4 changes: 4 additions & 0 deletions interface/themes/style_tan.css
Original file line number Diff line number Diff line change
Expand Up @@ -1485,3 +1485,7 @@ table.dataTable#therapy_groups_list tbody td{
.calendar {
z-index:2;
}

.iziModal.isFullscreen .iziModal-iframe {
height: 100% !important;
}
4 changes: 4 additions & 0 deletions interface/themes/style_tan_no_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -989,3 +989,7 @@ font-size:9pt;
.report_search_bar{
background-color:#EADDB4;
}

.iziModal.isFullscreen .iziModal-iframe {
height: 100% !important;
}

0 comments on commit 186e2ed

Please sign in to comment.