1
0
Fork 0
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:
Zach Gollwitzer 2024-10-24 12:06:42 -04:00
parent e6403fab70
commit d93fbbcaa8

View file

@ -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 %>