diff --git a/css/slideshow.css b/css/slideshow.css index dda5d0ec1..8280ca43d 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; +}