Skip to content

Commit e943f6e

Browse files
committed
Revert "Fixed Select2 jumping around in Chrome"
This reverts commit 0daee34. This results in artifacts being displayed in Chrome, and doesn't fix the other jumping issue.
1 parent 1de4be3 commit e943f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
667667
margin: 0 !important;
668668
padding: 0 !important;
669669
overflow: hidden !important;
670-
position: static !important;
670+
position: absolute !important;
671671
outline: 0 !important;
672672
left: 0px !important;
673673
top: 0px !important;

0 commit comments

Comments
 (0)