#1 Model status bar not visible after z-index change

Stängd
öppnade 3 månader sedan av fszontagh · 1 kommentarer

Description

The model status bar at the bottom of the page is no longer visible after changing its z-index from 50 to 30 to fix menu clicking issues.

Expected Behavior

The status bar should always be visible and floating above the content, but should not block the sidebar menu from being clicked.

Current Behavior

The status bar is hidden beneath other content (z-index too low).

Proposed Solution

Refactor the status bar to use a floating design that:

  • Keeps its fixed position at the bottom
  • Has proper z-index layering (above content, below sidebar)
  • Remains always visible
  • Doesn't interfere with sidebar navigation

Component

/webui/components/model-status-bar.tsx

## Description The model status bar at the bottom of the page is no longer visible after changing its z-index from 50 to 30 to fix menu clicking issues. ## Expected Behavior The status bar should always be visible and floating above the content, but should not block the sidebar menu from being clicked. ## Current Behavior The status bar is hidden beneath other content (z-index too low). ## Proposed Solution Refactor the status bar to use a floating design that: - Keeps its fixed position at the bottom - Has proper z-index layering (above content, below sidebar) - Remains always visible - Doesn't interfere with sidebar navigation ## Component `/webui/components/model-status-bar.tsx`
Szontágh Ferenc kommenterad 3 månader sedan
Ägare

Fixed in commit e952506.

Changes made:

  • Updated z-index from 30 to 35 (inline style to override Tailwind)
  • Added left-64 class to offset from sidebar width
  • Status bar is now properly visible and doesn't block sidebar navigation

The status bar now uses a proper floating design that stays visible while respecting the sidebar's z-index hierarchy.

Fixed in commit e952506. Changes made: - Updated z-index from 30 to 35 (inline style to override Tailwind) - Added `left-64` class to offset from sidebar width - Status bar is now properly visible and doesn't block sidebar navigation The status bar now uses a proper floating design that stays visible while respecting the sidebar's z-index hierarchy.
Logga in för att delta i denna konversation.
Ingen Etikett
bug
ui
Ingen Milsten
Ingen förvärvare
1 Deltagare
Laddar...
Avbryt
Spara
Det finns inget innehåll än.