Set height of show dialog to fill all of above container (.dialogContainer)

This commit is contained in:
2026-07-28 19:52:13 -06:00
parent 7800c0596d
commit 221117e8c4

View File

@@ -2577,6 +2577,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
background-color: transparent;
}
/* Set height of show dialog to fill all of above container (.dialogContainer) */
.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.recordingDialog.opened {
height: 100%;
}
/* Remove background colors from top and bottom of program pop-up */
.formDialogHeader, .formDialogFooter {
background-color: transparent !important;