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

feature/tui-sidebar-overlay
Dax Raad 2026-01-08 13:46:23 -05:00
parent 9930ac6929
commit 563d2f98d6
1 changed files with 0 additions and 3 deletions

View File

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