From 7623bb872ffd26222a9f5aca99a1099730717a38 Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Thu, 19 Mar 2015 15:40:40 -0400 Subject: [PATCH] Hidden label fix for old ie --- assets/timber.scss.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/timber.scss.liquid b/assets/timber.scss.liquid index 6841c0b1e..19f36190b 100755 --- a/assets/timber.scss.liquid +++ b/assets/timber.scss.liquid @@ -1423,10 +1423,12 @@ select::-ms-expand { // No placeholders, so force show labels .ie9 &, .lt-ie9 & { + position: static; height: auto; width: auto; margin-bottom: 2px; overflow: visible; + clip: initial; } }