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; } }