Skip to content

Commit 5871217

Browse files
author
Louis BAYLE
committed
FIX select2 dropdown position
1 parent c3baed6 commit 5871217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/select2/select2.css

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
position: absolute;
5858
left: -100000px;
5959
width: 100%;
60+
top: 8px;
6061
z-index: 1051; }
6162

6263
.select2-results {
@@ -83,6 +84,7 @@
8384
border-bottom-right-radius: 0; }
8485

8586
.select2-container--open .select2-dropdown--below {
87+
left: 8px;
8688
border-top: none;
8789
border-top-left-radius: 0;
8890
border-top-right-radius: 0; }

0 commit comments

Comments
 (0)