#32013 [Bug]: [Proxy] Log UI: Right-hand navigation panel is not visible in Firefox at 100% zoom
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
## Bug Description
### Environment
* **LiteLLM Proxy** * **Version:** 1.90.2 * **Browser:** Firefox * **Operating System:** Windows 11
### Steps to Reproduce
1. Open the Log UI (`ui/logs/`). 2. View the page at 100% browser zoom.
### Actual Behavior
The navigation panel on the right-hand side is not visible at 100% zoom. It only appears after zooming out to approximately 70%.
### Expected Behavior
The right-hand navigation panel should remain visible regardless of the browser zoom level, screen size, or the presence of a horizontal scrollbar. If the available width is limited, the layout should adapt responsively rather than requiring the user to zoom out.
### Steps to Reproduce
1. Open the Log UI (`ui/logs/`). 2. View the page at 100% browser zoom.
<img width="1915" height="993" alt="Image" src="https://github.com/user-attachments/assets/15694010-9036-412b-a495-6fd9b2eff0d3" />
<img width="1911" height="1031" alt="Image" src="https://github.com/user-attachments/assets/fd260041-9a1f-4b28-a599-0ca2dc241dc8" />
### Relevant log out…