From 7a07db57aec475a71c8674541f467d832986e3ea Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 8 Jul 2021 22:15:55 +0200 Subject: Fix date picker z-index To make it appear on top of the settings modal. Signed-off-by: Vincent Petry --- css/app.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') diff --git a/css/app.scss b/css/app.scss index a8aff5aff..bfb367665 100644 --- a/css/app.scss +++ b/css/app.scss @@ -3,3 +3,8 @@ body { overflow: hidden; } + +/* FIXME: remove after https://github.com/nextcloud/nextcloud-vue/issues/2097 is solved */ +.mx-datepicker-main.mx-datepicker-popup { + z-index: 10001 !important; +} -- cgit v1.2.3