Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/assets/tailwind/maybe-design-system.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@

html {
padding-top: env(safe-area-inset-top);
padding-bottom: env(safe-area-inset-bottom);
}

button {
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<%= render "layouts/shared/htmldoc" do %>
<div
class="flex flex-col lg:flex-row h-full bg-surface"
class="flex flex-col lg:flex-row h-svh bg-surface"
data-controller="app-layout"
data-app-layout-expanded-sidebar-class="<%= expanded_sidebar_class %>"
data-app-layout-collapsed-sidebar-class="<%= collapsed_sidebar_class %>"
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/shared/_htmldoc.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%= yield :head %>
</head>

<body class="h-full overflow-hidden lg:overflow-auto antialiased">
<body class="bg-surface overflow-hidden lg:overflow-auto antialiased">
<% if Rails.env.development? %>
<button hidden data-controller="hotkey" data-hotkey="t t /" data-action="theme#toggle"></button>
<% end %>
Expand Down