Skip to content

Commit

Permalink
fix(datepicker): added zindex to show datepicker above input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Sep 14, 2017
1 parent 18036ff commit 0ec46af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/datepicker/bs-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@
}
}

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

/* screen size < 1024px */
@media (max-width: 768px) {
bs-datepicker-container,
Expand Down

0 comments on commit 0ec46af

Please sign in to comment.