Skip to content

Commit 1da7e15

Browse files
EvilAlexeivalorkin
authored andcommitted
fix(datepicker): increase z-index to datepicker and daterangepicker (#2788)
- Increased z-index for datepicker and daterangepicker to have z-index bigger than modal window fixes #2736
1 parent e4da5a6 commit 1da7e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datepicker/bs-datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506

507507
bs-datepicker-container,
508508
bs-daterangepicker-container {
509-
z-index: 3;
509+
z-index: 1080;
510510
}
511511

512512
/* screen size < 1024px */

0 commit comments

Comments
 (0)