.sql-autocomplete { } .sql-autocomplete-placeholder { display: none; position: absolute; z-index: 1000; width: 95%; height: auto; max-height: 150px; overflow: auto; background-color: white; border: solid 1px #eee; font-size: 14px; font-weight: normal; text-align: left; } .sql-autocomplete-list { display: block; } .sql-autocomplete-list li { list-style: none; display: block; cursor: pointer; font-size: 14px; font-weight: normal; text-align: left; padding: 5px; } .sql-autocomplete-list li:hover { background-color: #eee; }