-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
You may also want to add a high z-index value to the select box, since you will almost always want it to be the top layer:
.icon-select .selected-box {
position: relative;
margin: 0px;
padding: 0px;
width: 140px; /* sil /
height: 140px; / sil */
border: 1px solid #999999;
background-color: #FFFFFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
z-index: 1000;
}
Greetings
Martin
Metadata
Metadata
Assignees
Labels
No labels