Adjusted styles a bit more, fixed a scroll overflow bug

This commit is contained in:
2018-05-12 20:57:09 +10:00
parent bc54923f64
commit 556a903afa
5 changed files with 13 additions and 19 deletions

View File

@ -14,5 +14,10 @@
&__boundary {
max-width: $s-screen-boundary;
margin: 0 auto;
&.is-full {
position: relative;
height: 100%;
}
}
}

View File

@ -8,7 +8,7 @@
* 1.0.0 - 2018/05/03
*/
.o-app {
display: inline-block;//Fixes collapsing margins on children.
//display: inline-block;//Fixes collapsing margins on children.
min-height: 100vh;
width: 100%;