From ccfafb2c47710ff662c27434d71a1e8b6b466870 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 12 Aug 2019 14:30:52 +0200 Subject: [PATCH] style(datepicker): fixes z index of datepicker instances --- frontend/vendor/datetime.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vendor/datetime.css b/frontend/vendor/datetime.css index e7b724943..7c1172da1 100644 --- a/frontend/vendor/datetime.css +++ b/frontend/vendor/datetime.css @@ -23,7 +23,7 @@ height: auto; margin: 15px; padding: 0; - z-index: 3000; + z-index: 15; display: block; position: absolute; visibility: hidden;