scottdarby / Stylish-Select

*No longer maintained* A cross-browser, accessible alternative to the standard form select element which can be fully customised with CSS
122 stars 50 forks source link

Dropdown position #45

Open andrii-pukhalevych opened 10 years ago

andrii-pukhalevych commented 10 years ago

Currently for css dropdown top parameter $containerDiv.height() is used and if $containerDiv has border or padding, position is incorrect Can $containerDiv.outerHeight() be used in plugin instead $containerDiv.height()? And additional checking that is $containerDiv has border, then ajusr dropdown position to border width