From 28ebd55b69fedc3df8c70021278e5ab12e8ab799 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 3 Oct 2020 11:22:21 +0200 Subject: [PATCH 1/2] 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; From a841dc7531caa42170e238786a1887702bf6078c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 3 Oct 2020 11:23:08 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aaf07fb..36b0fc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Fixed * [#316](https://github.com/shlinkio/shlink-web-client/issues/316) Fixed manifest.json file not getting downloaded after passing credentials when the app is protected with basic auth. +* [#311](https://github.com/shlinkio/shlink-web-client/issues/311) Fixed datepicker showing below other components. ## 2.6.0 - 2020-09-20