The top of the search box is getting displayed way down the screen. If I add top style to this tag it shows properly. I have included bootstrap.css version 3.3.2 and jquery UI /Styles/redmond/jquery-ui-1.8.2.custom.css
When I click on dropdown, the dropdown box gets displayed way down the screen. For some reason top is not getting calculated for the tag below. Any thoughts ?
<div class="select2-drop select2-with-searchbox select2-drop-active" style="display: block; left: 202px;">
<div class="select2-drop select2-with-searchbox select2-drop-active" style="display: block; left: 202px;"> <div class="select2-search"> <input type="text" autocomplete="off" class="select2-input" tabindex="-1"> </div> <ul class="select2-results"><li class="select2-results-dept-0 select2-result select2-result-selectable"><div class="select2-result-label"><span class="select2-match"></span>ATTD - Intel.App.OSHandle</div></li><li class="select2-results-dept-0 select2-result select2-result-selectable"><div class="select2-result-label"><span class="select2-match"></span>ATTD - Microsoft.Windows.Library</div></li></ul></div>
Thanks,
Kshipra