diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 210131ee..973d9c73 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -36,4 +36,14 @@ paper-tab::shadow #ink { /* These overrides change the position of the link in so that it doesn't cover up tooltips. */ loot-plugin-item::shadow ::content > a { left: 112px; +} + +/* These overrides change the positioning of the progress dialog to adapt to content changes. */ +#progressDialog { + position: inherit !important; + margin: auto; + top: 0; + left: 0; + bottom: 0; + right: 0; } \ No newline at end of file