Revert "Fixed Select2 jumping around in Chrome"
This reverts commit 0daee34626
.
This results in artifacts being displayed in Chrome, and doesn't
fix the other jumping issue.
This commit is contained in:
parent
1de4be3749
commit
e943f6ef08
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue