Skip to content

Bootstrap search box or search panel like amazon with dropdown scroll and auto adjust dropdown text width.

Notifications You must be signed in to change notification settings

satyendrakumarsingh/bootstrap-amazon-style-product-search-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootsrap product search box like amazon

Bootstrap search box or search panel like amazon with dropdown scroll and auto adjust dropdown text based on the selected dropdown text.

Customized CSS used to make scroll bar in dropdown list

.scrollable-dropdown{
    height: auto;
    max-height:320px;
    overflow-x: hidden;
}

In above css max-height is used to specify the maximum height of the dropdown list you can increase or decrease the value or even you can further customize it based on the screen resolutions.

Releases

No releases published

Packages

No packages published