Skip to content

Commit

Permalink
fix(dropdown): add z-index for dropdown to not be overrided by modal
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 committed Jan 30, 2020
1 parent d626faf commit dcb9ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown/bs-dropdown-container.component.ts
Expand Up @@ -17,7 +17,7 @@ import { AnimationBuilder, AnimationFactory } from '@angular/animations';
selector: 'bs-dropdown-container',
changeDetection: ChangeDetectionStrategy.OnPush,
host: {
style: 'display:block;position: absolute;'
style: 'display:block;position: absolute;z-index: 1040'
},
template: `
<div [class.dropup]="direction === 'up'"
Expand Down

0 comments on commit dcb9ad3

Please sign in to comment.