From eeccffccf70c872ad0df23bcdb3eb261ff06a774 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 12 Aug 2022 08:25:41 +0100 Subject: [PATCH] Fix Z indexes for calendar --- core/templates/base.html | 4 ++++ core/templates/ui/drilldown/table_results_partial.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/templates/base.html b/core/templates/base.html index 68310a1..b485829 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -90,6 +90,10 @@ height: 20em; overflow: auto; } + .datetimepicker-wrapper { + position: absolute; + z-index: 3; + } diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html index 3fac1de..7c638af 100644 --- a/core/templates/ui/drilldown/table_results_partial.html +++ b/core/templates/ui/drilldown/table_results_partial.html @@ -17,7 +17,7 @@