Fixed z-index in react-datepicker

This commit is contained in:
Alejandro Celaya 2020-10-03 11:22:21 +02:00
parent 3eade5a0c0
commit 28ebd55b69

View file

@ -34,6 +34,10 @@ body,
display: block !important; display: block !important;
} }
.react-datepicker-popper {
z-index: 2;
}
.navbar-brand { .navbar-brand {
@media (max-width: $smMax) { @media (max-width: $smMax) {
margin: 0 auto !important; margin: 0 auto !important;