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

已关闭
fszontagh3 月之前创建 · 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`
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 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。