summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoav Farhi <yoav@farhi.org>2022-01-26 16:32:10 +0200
committerGitHub <noreply@github.com>2022-01-26 16:32:10 +0200
commita4850826306d20682a1e78a5cf5bfaef158532af (patch)
tree0603c43e6600cf8eb2f2c2f8e7ef4878f4c9d12e
parent18e9b53fb46a49285302ceae4dc7664db2e11f93 (diff)
Fix for non-working slider in Firefox for Android (#28)
Adding a z-index value resolves the non-working slider in Firefox for Android. Fixes #27
-rw-r--r--src/Geshem.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Geshem.css b/src/Geshem.css
index 5046bac..2e0f58e 100644
--- a/src/Geshem.css
+++ b/src/Geshem.css
@@ -25,5 +25,6 @@
#slider {
width: 80vw;
margin-left: 8vw;
+ z-index: 10;
}
}