From 788bb8c7781d597c82f36f790f5fa899fbb8f893 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Tue, 6 Nov 2018 14:52:48 +0100 Subject: [PATCH] Fix for IE11 to avoid showing scroll arrows in the div --- .../searchResults/components/SearchResultsWebPart.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/react-search-refiners/src/webparts/searchResults/components/SearchResultsWebPart.module.scss b/samples/react-search-refiners/src/webparts/searchResults/components/SearchResultsWebPart.module.scss index 32cf7f826..d1d3d327a 100644 --- a/samples/react-search-refiners/src/webparts/searchResults/components/SearchResultsWebPart.module.scss +++ b/samples/react-search-refiners/src/webparts/searchResults/components/SearchResultsWebPart.module.scss @@ -15,6 +15,7 @@ &__button { float:right; + overflow: hidden; } }