layout: Apply overflow:auto also to .container elements

Otherwise content not wrapped with `.content` lets overflow
the entire page.
This commit is contained in:
Johannes Meyer 2019-12-06 16:04:10 +01:00
parent 9a32be2f4e
commit d83ae2cd9b

View File

@ -98,6 +98,7 @@
& > .container {
width: 0;
overflow: auto;
flex: 1 1 auto;
display: flex;
flex-direction: column;