pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

sol-inner-container #54

Closed ChrisPMcMahon closed 7 years ago

ChrisPMcMahon commented 7 years ago

I cant seem to get other page elements beside the sol. Any suggestions?

if I do this:

.sol-inner-container { display: inline; }

then I can get other elements beside the sol but then the sol becomes messed up and un-usable

ChrisPMcMahon commented 7 years ago

float: left solved the issue for me