Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Fix z-index issue introduced by the append-to-body support … #745

Merged
merged 1 commit into from
Mar 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
display:none;
}

body > .select2-container {
body > .select2-container.open {
z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

Expand Down Expand Up @@ -120,7 +120,7 @@ body > .select2-container {
margin-top: -1px;
}

body > .ui-select-bootstrap {
body > .ui-select-bootstrap.open {
z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

Expand Down