From 75caa0b1f3b96ebde442658af886c6da7baa8688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Mu=CC=88ller?= Date: Mon, 10 Jan 2022 10:56:10 +0100 Subject: [PATCH] Resolve #887 Fix compatibility with Internet Explorer 11 --- src/styles/choices.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/choices.scss b/src/styles/choices.scss index d7c79a1..a476a85 100644 --- a/src/styles/choices.scss +++ b/src/styles/choices.scss @@ -40,7 +40,7 @@ $choices-z-index: 1; } &.is-open { - overflow: initial; + overflow: visible; } &.is-disabled { @@ -191,6 +191,10 @@ $choices-z-index: 1; margin: 0; padding-left: 0; list-style: none; + + &[aria-expanded] { + @extend .choices__list--dropdown; + } } .#{$choices-selector}__list--single {