mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
layout: Apply overflow:auto
also to .container
elements
Otherwise content not wrapped with `.content` lets overflow the entire page.
This commit is contained in:
parent
9a32be2f4e
commit
d83ae2cd9b
@ -98,6 +98,7 @@
|
|||||||
|
|
||||||
& > .container {
|
& > .container {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
overflow: auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user