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

Закриті
3 місяців тому відкрито fszontagh · 1 коментарів
Szontágh Ferenc відкоментовано 3 місяців тому

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 відкоментовано 3 місяців тому
Власник

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.
Підпишіться щоб приєднатися до обговорення.
Без Мітки
bug
ui
Етап відсутній
Немає відповідального
1 учасників
Завантажується...
Скасувати
Зберегти
Тут ще немає жодного вмісту.