aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-08 17:59:21 +0200
committerhellekin <hellekin@cepheide.org>2020-10-08 17:59:21 +0200
commit0ab4ac71cdfe8b7dcf768ca0b68c8ef53040f1a2 (patch)
tree62b69cf4bcc723c5fd15028e6972697bde537e69
parente161729c3b6f297e07c0ae1796afa28826da58fe (diff)
downloadincommon-map-0ab4ac71cdfe8b7dcf768ca0b68c8ef53040f1a2.tar.gz
Fix z-index for map and article
-rw-r--r--app/assets/stylesheets/application/_body.scss1
-rw-r--r--app/assets/stylesheets/application/_map.scss1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application/_body.scss b/app/assets/stylesheets/application/_body.scss
index f151b47..6e3b56e 100644
--- a/app/assets/stylesheets/application/_body.scss
+++ b/app/assets/stylesheets/application/_body.scss
@@ -40,6 +40,7 @@ body {
main > article {
background-color: rgba(255, 255, 255, 0.8);
+ z-index: 990;
}
img {
diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss
index d2330e1..a0e3abf 100644
--- a/app/assets/stylesheets/application/_map.scss
+++ b/app/assets/stylesheets/application/_map.scss
@@ -10,5 +10,4 @@
left: 0;
right: 0;
bottom: 0;
- z-index: -1;
}