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
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-14 23:25:26 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-14 23:25:26 +0300
commit3990aea3a96824033a70646d52c6c1496e4bef9e (patch)
treee45518da7c2838ad587fc1ae3dc73ca741aca61a /css
parent36e8c6ae995640c69c7bc94cab5be1bddc609d60 (diff)
Autoplay's progress bar was hidden by Bigshot container
Diffstat (limited to 'css')
-rw-r--r--css/slideshow.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index 20f9de80..ad8d5ec1 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -117,6 +117,7 @@
}
#slideshow > .progress {
+ z-index: 1100;
position: fixed;
bottom: 13px;
right: 13px;