From 0c471ae14d38ce09a6cfd6c8a7d312ee19cdf7e5 Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Sat, 20 Jul 2013 14:22:16 +0100 Subject: [PATCH] Search sidebar: don't scroll heading ('close' stays visible) --- app/assets/stylesheets/common.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 1807856b4..69815aecc 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -711,7 +711,6 @@ a.donate { display: none; position: relative; float: left; - overflow: auto; border-right: 1px solid $keyline; width: 33.3333%; height: 100%; @@ -752,6 +751,8 @@ a.donate { #sidebar_content { position: relative; margin-bottom: 20px; + overflow: auto; + height: 100%; width: 100%; h4 { padding: 0 $lineheight $lineheight/2 $lineheight; -- 2.39.5