css - Bootstrap select - remove scrollbar + rounded corners -


i'm using normal bootstrap select input, can't figure out how rid of unnecessary scrollbar, nor how apply border-radius actual dropdown in select. had no effect:

select {     overflow-y: auto; } 

enter image description here


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -