diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ca091b7..08ae958b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ - Update Google Maps directions link. - Fix inspector pin dragging. #2073. - Maintain all single newlines in text output, not only the first. + - Make sure Home clickable with Try again overlay. - Open311 improvements: - CLOSED status maps to 'closed' state if extended statuses are enabled. - Don't generate template comment text on move between fixed states. diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 00e2df7d7..b93e6da5a 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1531,7 +1531,7 @@ html.js #map .noscript { display: block; // "Fade out" the map. - height: 100%; + top: 30px; background-color: rgba(#000, 0.3); #try_again, |