Adjusted styles a bit more, fixed a scroll overflow bug
This commit is contained in:
@ -14,5 +14,10 @@
|
||||
&__boundary {
|
||||
max-width: $s-screen-boundary;
|
||||
margin: 0 auto;
|
||||
|
||||
&.is-full {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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%;
|
||||
|
||||
|
Reference in New Issue
Block a user