diff options
Diffstat (limited to 'app/assets/stylesheets')
-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; } |