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
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