From 28ebd55b69fedc3df8c70021278e5ab12e8ab799 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 3 Oct 2020 11:22:21 +0200 Subject: [PATCH] Fixed z-index in react-datepicker --- src/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.scss b/src/index.scss index 209b5b70..b8243d0a 100644 --- a/src/index.scss +++ b/src/index.scss @@ -34,6 +34,10 @@ body, display: block !important; } +.react-datepicker-popper { + z-index: 2; +} + .navbar-brand { @media (max-width: $smMax) { margin: 0 auto !important;