mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
Fix PWA: back/X buttons untappable in wizard layout (budget edit) (#1076)
The wizard layout header lacked safe-area-inset-top padding, causing the back arrow and X button to sit under the system status bar in PWA standalone mode. All other layouts already account for this. Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%= render "layouts/shared/htmldoc" do %>
|
||||
<div class="bg-surface flex flex-col h-full">
|
||||
<div class="bg-surface flex flex-col h-full pt-[env(safe-area-inset-top)]">
|
||||
<header class="flex items-center justify-between p-8">
|
||||
<% if content_for?(:prev_nav) %>
|
||||
<%= yield :prev_nav %>
|
||||
|
||||
Reference in New Issue
Block a user