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 @@