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

Хаасан
нээсэн 3 сар өмнө by 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 сар өмнө коммитоос иш татсан болно
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 Оролцогчид
Ачааллаж байна ...
Цуцлах
Хадгалах
Харуулах агуулга байхгүй байна.