Skip to content

Commit

Permalink
responsive.less: Prevent body from scrolling on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
flourish86 committed Jul 28, 2022
1 parent 7fa1c60 commit 66bc338
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/css/icinga/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
html {
font-family: 'minimal-layout';
}

body {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}

#layout.compact-layout {
Expand Down

0 comments on commit 66bc338

Please sign in to comment.