tui: remove footer overlay when sidebar is hidden to improve screen real estate

This commit is contained in:
Dax Raad 2026-01-08 13:46:23 -05:00
parent 9930ac6929
commit 563d2f98d6

View file

@ -1028,9 +1028,6 @@ export function Session() {
sessionID={route.sessionID}
/>
</box>
<Show when={!sidebarVisible()}>
<Footer />
</Show>
</Show>
<Toast />
</box>