[Frontend] Fix for scrollbar flicker

#748
Was able to observe problem in Mac
Chrome. Moved body, html overflow: hidden
into startup-base.scss and change seems
to have fixed the problem;
This commit is contained in:
Charles Hacskaylo
2016-03-16 17:34:28 -07:00
parent b0cf9bbd29
commit 1f09b7b0ac
2 changed files with 4 additions and 1 deletions

View File

@@ -53,7 +53,6 @@ body, html {
font-weight: 200;
height: 100%;
width: 100%;
overflow: hidden;
}
em {