I have a dropdown with container="body" inside modal
With the update to [email protected] my dropdown opens behind modal
https://stackblitz.com/edit/angular-kvs2c3?file=src%2Fapp%2Fapp.component.ts
ngx-bootstrap: 3.3.0
Angular: ^6
Bootstrap: 3
Fix it using css styles on your main saas file
bs-dropdown-container {
z-index: 1060;;
}
Most helpful comment
Fix it using css styles on your main saas file