Skip to content

Commit

Permalink
fix(datepicker): increase z-index to datepicker and daterangepicker (#…
Browse files Browse the repository at this point in the history
…2788)

- Increased z-index for datepicker and daterangepicker to have z-index bigger than modal window

fixes #2736
  • Loading branch information
EvilAlexei authored and valorkin committed Oct 4, 2017
1 parent e4da5a6 commit 1da7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/bs-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@

bs-datepicker-container,
bs-daterangepicker-container {
z-index: 3;
z-index: 1080;
}

/* screen size < 1024px */
Expand Down

0 comments on commit 1da7e15

Please sign in to comment.