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;
|
font-family: 'din-medium', helvetica, sans-serif;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
&.controller-metacodes {
|
&.controller-main,
|
||||||
overflow-y: auto;
|
&.controller-maps,
|
||||||
|
&.controller-topics,
|
||||||
|
&.controller-explore {
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue