File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
2
+
3
+ // ensure ui-select dropdown overlays when appended to body
4
+ body > .ui-select-bootstrap.open {
5
+ z-index : @zindex-modal ;
6
+ }
2
7
.ui-select-bootstrap {
3
8
.ui-select-choices-row {
4
9
> span {
Original file line number Diff line number Diff line change @@ -470,6 +470,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
470
470
text-decoration : none;
471
471
}
472
472
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
473
+ body > .ui-select-bootstrap .open {
474
+ z-index : 1050 ;
475
+ }
473
476
.ui-select-bootstrap {
474
477
/* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load
475
478
* https://github.com/angular-ui/ui-select/issues/1678
Original file line number Diff line number Diff line change 1
1
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
2
+
3
+ // ensure ui-select dropdown overlays when appended to body
4
+ body > .ui-select-bootstrap.open {
5
+ z-index : @zindex-modal ;
6
+ }
2
7
.ui-select-bootstrap {
3
8
.ui-select-choices-row {
4
9
> span {
You can’t perform that action at this time.
0 commit comments