diff --git a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css index a8f1d00c0..8d3a25bb6 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css +++ b/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css @@ -24,39 +24,40 @@ } .dialog-fixedSize { - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - margin: 0; border-radius: 0; max-height: none; max-width: none; } +@media screen and (max-width: 1280px), screen and (max-height: 720px) { + .dialog-fixedSize { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: 0; + } +} + @media all and (min-width: 1280px) and (min-height: 720px) { .dialog-medium { - position: static; width: 80%; height: 80%; } .dialog-medium-tall { - position: static; width: 80%; height: 90%; } .dialog-small { - position: static; width: 60%; height: 80%; } .dialog-fullscreen-border { - position: static; width: 90%; height: 90%; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css index 9931c6867..7f20a9e70 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css +++ b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css @@ -1,6 +1,7 @@ .formDialog { display: flex; flex-direction: column; + position: relative; } .formDialogHeader {