Commit 000adc5d by sg00dwin

Position so ui-select overlays when appended to body.

Fixes bug https://bugzilla.redhat.com/show_bug.cgi?id=1479114
parent 80a037b0
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */ /* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
// ensure ui-select dropdown overlays when appended to body
body > .ui-select-bootstrap.open {
z-index: @zindex-modal;
}
.ui-select-bootstrap { .ui-select-bootstrap {
.ui-select-choices-row { .ui-select-choices-row {
> span { > span {
......
...@@ -470,6 +470,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev { ...@@ -470,6 +470,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
text-decoration: none; text-decoration: none;
} }
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */ /* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
body > .ui-select-bootstrap.open {
z-index: 1050;
}
.ui-select-bootstrap { .ui-select-bootstrap {
/* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load /* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load
* https://github.com/angular-ui/ui-select/issues/1678 * https://github.com/angular-ui/ui-select/issues/1678
......
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */ /* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
// ensure ui-select dropdown overlays when appended to body
body > .ui-select-bootstrap.open {
z-index: @zindex-modal;
}
.ui-select-bootstrap { .ui-select-bootstrap {
.ui-select-choices-row { .ui-select-choices-row {
> span { > span {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment