Restore clicks on pinned cards
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
padding-block-end: 0;
|
||||
}
|
||||
|
||||
.card__link {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.card__title {
|
||||
font-size: var(--text-small);
|
||||
font-weight: bold;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<%= card.title %>
|
||||
</h1>
|
||||
|
||||
<%= link_to collection_card_path(card.collection, card), class: "card__link" do %>
|
||||
<%= link_to collection_card_path(card.collection, card), class: "card__link", data: { turbo_frame: "_top" } do %>
|
||||
<span class="for-screen-reader"><%= card.title %></span>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user