Restore flex context for sheet selection bar

This commit is contained in:
Claudio Ortolina
2026-04-23 15:12:58 +01:00
parent ca9cc7687c
commit 62586c9ae5
+1 -1
View File
@@ -113,7 +113,7 @@ defmodule MusicLibraryWeb.Components.Release do
@impl true @impl true
def render(assigns) do def render(assigns) do
~H""" ~H"""
<div> <div class="flex h-full min-h-0 flex-1 flex-col">
<.form <.form
for={@form} for={@form}
id={"#{@sheet_id}-form"} id={"#{@sheet_id}-form"}