Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,564
Widok
0
08/10/2018 10:30 am
Topic starter
ready to use example
1 Answer
0
08/10/2018 10:31 am
Topic starter
1 2 3 4 5 6 |
$(".my_select2").select2({ language: "pl", theme: "bootstrap", width: '100%', dropdownCssClass : 'bigdrop' }); |
$(".my_select2").select2({ language: "pl", theme: "bootstrap", width: '100%', dropdownCssClass : 'bigdrop' });
1 2 3 4 5 6 |
.bigdrop { width: 600px !important; } .select2-dropdown--below{ margin-left: -552px; } |
.bigdrop { width: 600px !important; } .bigdrop.select2-dropdown--below{ margin-left: -552px; }