Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions css/slideshow.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,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;
}