fix admin sidebar layout
All checks were successful
deploy / build-and-deploy (push) Successful in 19s

This commit is contained in:
2025-12-03 17:17:42 +01:00
parent 1d6444350d
commit d0051a0bff

View File

@@ -82,7 +82,7 @@ const adminTabs = [
<BaseLayout title={title}>
<ClientRouter />
<div class="flex flex-row max-h-[100vh] overflow-hidden">
<div class="flex flex-row max-h-screen h-screen overflow-hidden">
<div class="bg-base-200 w-72 flex flex-col justify-between overflow-scroll">
<ul class="menu">
{
@@ -122,7 +122,7 @@ const adminTabs = [
)
}
</ul>
<ul class="menu">
<ul class="menu w-full">
{
Astro.slots.has('actions') && (
<fieldset class="fieldset bg-base-300 border-base-100 rounded-box border p-2">