]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/dashboards/show.html.erb
Set og:image:alt OpenGraph property
[rails.git] / app / views / dashboards / show.html.erb
index d3e6dbcb3eb1153df59ec35369965f97688cfd62..a65597fefc4b732b7a80e60af4fd0d46ed29228d 100644 (file)
@@ -19,7 +19,7 @@
              :icon => image_path("marker-red.png"),
              :description => render(:partial => "popup", :object => current_user, :locals => { :type => "your location" })
            } %>
-        <%= tag.div "", :id => "map", :class => "content_map border border-secondary-subtle rounded", :data => { :user => user_data } %>
+        <%= tag.div "", :id => "map", :class => "content_map border border-secondary-subtle rounded z-0", :data => { :user => user_data } %>
       <% end %>
 
       <% friends = @user.friends %>