From 10df0af355b5cc153dfafcb357771b9dfeaecc38 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 6 Feb 2017 14:35:51 +0100 Subject: [PATCH] Fix search list not scrolling --- src/styles/_search.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_search.sass b/src/styles/_search.sass index defb3cf0..514e0721 100644 --- a/src/styles/_search.sass +++ b/src/styles/_search.sass @@ -260,6 +260,8 @@ $search-hit-width_grid: 100px height: 100% padding: 0 position: relative + overflow-x: hidden + overflow-y: auto #hits position: relative