diff --git a/public/css/icinga/responsive.less b/public/css/icinga/responsive.less index a5d2b662cb0..b66e78e817b 100644 --- a/public/css/icinga/responsive.less +++ b/public/css/icinga/responsive.less @@ -37,6 +37,14 @@ html { font-family: 'minimal-layout'; } + + body { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + } } #layout.compact-layout {