Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4343'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 13, 2023
2 parents afc8dad + 138aaf0 commit 4ed7387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,6 @@ body.small-nav {
font-weight: $font-weight-normal;
}

/* Rules for the message shown in place of the map when javascript is disabled */

#noscript {
z-index: 20000000;
margin-left: 400px;
margin-top: 50px;
}

/* Rules for Leaflet maps */

.leaflet-top.leaflet-right,
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>

<noscript>
<div id="noscript">
<div class="mt-5 p-3">
<p><%= t "site.index.js_1" %></p>
<p><%= t "site.index.js_2" %></p>
</div>
Expand Down

0 comments on commit 4ed7387

Please sign in to comment.