Stop horizontal scrolling on /setup (#1220)

This commit is contained in:
Kyle Knight 2017-02-21 09:01:03 -06:00 committed by GitHub
parent 3bab6bae18
commit b580e2e57b

View file

@ -4,6 +4,7 @@
@include flex-direction(column);
min-height: calc(100vh - #{$footer-height});
position: relative;
overflow-x: hidden;
&__logo {
@include position(absolute, 15px null null 15px);