Fixing some margin collapsing bugs

This commit is contained in:
2018-05-05 23:07:57 +10:00
parent 8aff34e2c6
commit 5ef6da0dcd
5 changed files with 7 additions and 3 deletions

View File

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

View File

@ -21,9 +21,11 @@
&__section {
border: 1px solid blue;
.is-stuck {
&.is-stuck {
position: fixed;
width: 100%;
top: 0;
left: 0;
}
}