switch overflow:hidden to be on explicit controllers
This commit is contained in:
parent
0b3bdab16f
commit
1efac33b58
1 changed files with 6 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue