diff --git a/src/main/webapp/themes/industrial.css b/src/main/webapp/themes/industrial.css index 9b76444eb..1c578215c 100644 --- a/src/main/webapp/themes/industrial.css +++ b/src/main/webapp/themes/industrial.css @@ -238,7 +238,8 @@ h2 { .build-monitor.dashboard { overflow: hidden; - position: absolute; left:0px; top:0px; + position: fixed; left:0px; top:0px; + z-index: 9999; height: 100%; width: 100%; margin:0; padding: 0;