Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Update selectr.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Jun 17, 2017
1 parent 2d111a6 commit b4a4738
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/selectr.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
z-index: 11;
}

.selectr-container.selectr-desktop.multiple .selectr-visible {
.selectr-desktop.multiple .selectr-visible {
display: none;
}

.selectr-container.selectr-desktop.multiple.native-open .selectr-visible {
.selectr-desktop.multiple.native-open .selectr-visible {
top: 100%;
min-height: 200px !important;
height: auto;
opacity: 1;
display: block;
Expand Down Expand Up @@ -459,4 +460,4 @@
.selectr-container ::placeholder {
color: #6c7a86;
opacity: 1;
}
}

0 comments on commit b4a4738

Please sign in to comment.