diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-08 17:59:21 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-08 17:59:21 +0200 |
commit | 0ab4ac71cdfe8b7dcf768ca0b68c8ef53040f1a2 (patch) | |
tree | 62b69cf4bcc723c5fd15028e6972697bde537e69 /app/assets | |
parent | e161729c3b6f297e07c0ae1796afa28826da58fe (diff) | |
download | incommon-map-0ab4ac71cdfe8b7dcf768ca0b68c8ef53040f1a2.tar.gz |
Fix z-index for map and article
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application/_body.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/application/_map.scss | 1 |
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; } |