switch overflow:hidden to be on explicit controllers

This commit is contained in:
Devin Howard 2016-10-28 10:50:58 +08:00
parent 0b3bdab16f
commit 1efac33b58

View file

@ -82,10 +82,13 @@ body {
font-family: 'din-medium', helvetica, sans-serif;
color: #424242;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
overflow-x: hidden;
&.controller-metacodes {
overflow-y: auto;
&.controller-main,
&.controller-maps,
&.controller-topics,
&.controller-explore {
overflow-y: hidden;
}
}
h1,