Article 5PGK2 Select Box will not hide Vertical Scroll Bar

Select Box will not hide Vertical Scroll Bar

by
pizzipie
from LinuxQuestions.org on (#5PGK2)
Trying to hide vertical scroll bar in a 4-choice Select Box. My css is not working. See attachment for screenshot.

CSS for select is below. Any help appreciated.
R

Code:input[type=text], select {
display: inline-block;
width: 75%;
padding: 5px;
margin: 2px 0;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
background-color: var(--box-bgcolor);
color: blue;
}

select{
overflow-y: auto;
}
Attached Thumbnailsattachment.php?attachmentid=37205&stc=1& latest?d=yIl2AUoC8zA latest?i=wMYaIVZrn9E:HZUye0FB0cM:F7zBnMy latest?i=wMYaIVZrn9E:HZUye0FB0cM:V_sGLiP latest?d=qj6IDK7rITs latest?i=wMYaIVZrn9E:HZUye0FB0cM:gIN9vFwwMYaIVZrn9E
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments