mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
Fix tooltip on charts
This commit is contained in:
parent
e6403fab70
commit
d93fbbcaa8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
|
||||
<main class="grow px-20 py-6 h-full relative <%= require_upgrade? ? "overflow-hidden" : "overflow-y-auto" %>">
|
||||
<main class="grow px-20 py-6 h-full <%= require_upgrade? ? "relative overflow-hidden" : "overflow-y-auto" %>">
|
||||
<% if require_upgrade? %>
|
||||
<%= render "shared/subscribe_modal" %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue