From 60d1dbd37d0b377e5c714bbefb0fc6d466fbc175 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 3 Jul 2014 00:07:44 -0700 Subject: [PATCH] Update search results to scroll, remove initial dummy text --- source/layouts/layout.erb | 5 +---- source/stylesheets/screen.css.scss | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) 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);