1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

fix(ui): mobile browser

This commit is contained in:
Ken Tandrian 2025-06-23 16:55:19 +00:00
parent bf6056a2fa
commit 5870e2fd0c
2 changed files with 2 additions and 2 deletions

View file

@ -267,7 +267,7 @@
}
html {
padding-top: env(safe-area-inset-top);
margin-top: env(safe-area-inset-top);
padding-bottom: env(safe-area-inset-bottom);
}

View file

@ -7,7 +7,7 @@
data-theme="<%= theme %>"
data-controller="theme intercom"
data-theme-user-preference-value="<%= Current.user&.theme || "system" %>"
class="h-screen text-primary overflow-hidden lg:overflow-auto font-sans <%= @os %>">
class="h-full text-primary overflow-hidden lg:overflow-auto font-sans <%= @os %>">
<head>
<%= render "layouts/shared/head" %>
<%= yield :head %>