Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/app.scss5
1 files changed, 5 insertions, 0 deletions
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;
+}