ui: scroll model information header with the content

The base dialog header is sticky; this dialog overrides it to
relative so the title and description scroll away with the body.
relative keeps the header as the close button's containing block.

Assisted-by: pi
This commit is contained in:
Aleksander Grygier
2026-08-27 08:39:35 +02:00
committed by GitHub
parent e88da90c30
commit 9bb932d16d
@@ -87,7 +87,7 @@
}
</style>
<Dialog.Header>
<Dialog.Header class="relative">
<Dialog.Title>Model Information</Dialog.Title>
<Dialog.Description>Current model details and capabilities</Dialog.Description>