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

بسته‌شده
3 ماه پیش باز شده توسط fszontagh · 1 دیدگاه

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`

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 مشارکت کننده
درحال بارگذاری...
لغو
ذخيره
هنوز محتوایی ایجاد نشده.