litellm - 💡(How to fix) Fix [Bug]: User-count badge ("U: X/5") in sidebar overlaps the Settings nav item

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

N/A — frontend-only issue.
RAW_BUFFERClick to expand / collapse

Check for existing issues

  • I have searched the existing issues and checked that my issue is not a duplicate.

What happened?

The free-tier user-count badge that floats at the bottom of the left sidebar in the Admin UI (a small pill showing a people icon and U: <current>/5) is positioned on top of the sidebar nav, partially covering the Settings row directly below the Developer Tools section.

Effects:

  • The Settings label is visually obscured (only the icon and bottom edge are visible).
  • The click target for Settings is reduced — clicks land on the badge instead of the nav item depending on where you aim.
  • The badge has no dismiss control and reappears on every page load.

Expected behavior: the badge should not overlap any clickable nav item. Reasonable fixes would be:

  • Anchor it below the nav list (push the list up, not overlay it), or
  • Make it dismissible / collapsible, or
  • Move it into the user dropdown in the header instead of the sidebar.

Screenshot attached.

<img width="453" height="1736" alt="Image" src="https://github.com/user-attachments/assets/b59e4f33-b42c-4182-a4d9-4af69b0ba602" />

Steps to Reproduce

  1. Run the OSS LiteLLM proxy with the Admin UI enabled (no enterprise license).
    • e.g. ghcr.io/berriai/litellm:<your-tag> with STORE_MODEL_IN_DB=True and a valid DATABASE_URL.
  2. Log in to /ui as proxy_admin.
  3. Have at least 1 internal user created so the badge reads e.g. U: 2/5 (the badge shows up regardless of count, but is more obvious with non-zero).
  4. Look at the bottom of the left sidebar, just below the Developer Tools section (API Reference / AI Hub / Learning Resources / Experimental).
  5. Observe: the Settings row is partially covered by the user-count badge.
  6. Try to click the Settings label depending on cursor position, the click is captured by the badge instead.

No special config required reproduces on a fresh install.

Relevant log output

N/A — frontend-only issue.

What part of LiteLLM is this about?

UI Dashboard

What LiteLLM version are you on ?

v.1.85.1

Twitter / LinkedIn details

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

litellm - 💡(How to fix) Fix [Bug]: User-count badge ("U: X/5") in sidebar overlaps the Settings nav item