Skip to content

Commit

Permalink
layout: Apply overflow:auto also to .container elements
Browse files Browse the repository at this point in the history
Otherwise content not wrapped with `.content` lets overflow
the entire page.
  • Loading branch information
nilmerg committed Dec 6, 2019
1 parent 9a32be2 commit d83ae2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/css/icinga/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@

& > .container {
width: 0;
overflow: auto;
flex: 1 1 auto;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit d83ae2c

Please sign in to comment.