Skip to content

Commit

Permalink
Merge pull request #740 from mobi/go-select_ux_issues
Browse files Browse the repository at this point in the history
resolve ux issues
  • Loading branch information
grahamhency authored Feb 17, 2021
2 parents 507b328 + df6cb6b commit 1042af7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
padding: .5rem;
position: absolute;
top: 0;
width: 100%;
}

.ng-value-container {
position: relative;
}

// overrides for multiselect selected options
Expand Down Expand Up @@ -162,6 +167,10 @@
// overrides incorrect alignment when appendTo body is applied to an ng-select
body > .ng-dropdown-panel {
margin-left: 4px;

&.ng-select-top {
margin-left: 0;
}
}

// overrides ng-select styles when theme is dark
Expand Down

0 comments on commit 1042af7

Please sign in to comment.