diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index c28d88d..915505b 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -64,10 +64,7 @@ under the License. - + <% end %>
diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index d8601bd..99f1a5e 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -127,7 +127,8 @@ html, body { margin-top: 0; @include box-sizing(border-box); height: 0; - overflow: hidden; + overflow-y: auto; + overflow-x: hidden; @include transition-property(height margin); @include transition-duration(180ms); @include transition-timing-function(ease-in-out);