From 18f71fc2fc7c99c3d16f05b261d7b77e5abff9bb Mon Sep 17 00:00:00 2001 From: Guillaume FAUVET Date: Mon, 12 Mar 2018 14:49:59 +0100 Subject: [PATCH] [scss.container] fix .card.container overflow (solving UE display) --- webpack/scss/container.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss index a956019..32f5ed3 100644 --- a/webpack/scss/container.scss +++ b/webpack/scss/container.scss @@ -109,7 +109,7 @@ // background-color: #f00; z-index: 101; - overflow: hidden; + overflow: auto; /* [3.1] Card style -> instant-search