Skip to content

Z Sorting #3

@MartinPluta

Description

@MartinPluta

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions