From e943f6ef08cd5ab5f6104efc5288daeab9f33162 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Fri, 31 Oct 2014 18:27:33 -0400 Subject: [PATCH] Revert "Fixed Select2 jumping around in Chrome" This reverts commit 0daee346264e8325575b69bf2da5aa2c42158b98. This results in artifacts being displayed in Chrome, and doesn't fix the other jumping issue. --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index 9b7a979d..f39cb21d 100644 --- a/select2.css +++ b/select2.css @@ -667,7 +667,7 @@ html[dir="rtl"] .select2-container-multi .select2-search-choice-close { margin: 0 !important; padding: 0 !important; overflow: hidden !important; - position: static !important; + position: absolute !important; outline: 0 !important; left: 0px !important; top: 0px !important;