@* Minimize / close — positioned absolutely top-right *@
@if (!Fixed)
{
}
@if (!string.IsNullOrEmpty(ErrorMessage))
{
@ErrorMessage
}
@* Docked queue overlay (Phase 17 §3.2). MudOverlay portals to the body, so its position here in
the dock subtree does not affect its screen-centered rendering. Only mounted in docked mode —
the Fixed embed gets its own inline panel in a later wave. *@
@if (ShowQueueButton)
{
}
}