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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-09 18:08:22 +0300
committerGitHub <noreply@github.com>2018-01-09 18:08:22 +0300
commit1a0d07f9349f4010d039ea9de6913756a8f3b13f (patch)
tree26ae5d3d86d0bde6b56ac509a563fcb550750d06
parent91a9bfc6ea24f1ef4703408b58039ab6aeeb2491 (diff)
parent4415c456193e47db28a9812c90d72b69b874e294 (diff)
Merge pull request #360 from nextcloud/12-349v12.0.5RC2v12.0.5RC1
[stable12] Fix date picker not visible in slideshow sharing dialog
-rw-r--r--css/slideshow.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index dda5d0ec..8280ca43 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -208,3 +208,10 @@
/** above slideshow buttons */
z-index: 100001;
}
+
+#slideshow ~ .ui-datepicker {
+ /* Larger than the slideshow share dropdown z-index, and important
+ to override both the important z-index from the server and the
+ value set in the element by jQuery UI Datepicker Widget */
+ z-index: 100010 !important;
+}