1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Fix mobile settings nav styles
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Zach Gollwitzer 2025-04-30 22:29:06 -04:00
parent d8cf35eca7
commit d266b6a35e
4 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@
<%= yield :head %>
</head>
<body class="h-screen overflow-hidden lg:overflow-auto antialiased h-screen-safe ">
<body class="h-full overflow-hidden lg:overflow-auto antialiased">
<div class="fixed z-50 top-6 md:top-4 left-1/2 -translate-x-1/2 w-full md:w-80 px-4 md:px-0 mx-auto md:mx-0 md:right-auto mt-safe">
<div id="notification-tray" class="space-y-1 w-full">
<%= render_flash_notifications %>