From 6d3d42561132a0675f9514aa887f48004e252449 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 27 Oct 2014 09:16:51 +1100 Subject: [PATCH] apply same fix to mobile --- app/assets/stylesheets/common/base/header.scss | 5 +++++ app/assets/stylesheets/desktop/header.scss | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index ed1b902c669..0dfb381db67 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -353,6 +353,11 @@ position: relative; } +.d-dropdown#search-dropdown { + max-height: none; + overflow: inherit; +} + #search-dropdown .results { max-height: 300px; overflow: auto; diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index a5e801aca05..9e4c2033131 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -65,8 +65,6 @@ and (max-width : 570px) { .d-dropdown#search-dropdown { width: 540px; - max-height: none; - overflow: inherit; } .d-dropdown .searching { @@ -76,5 +74,4 @@ and (max-width : 570px) { #search-dropdown .results { max-height: 500px; - overflow: auto; }