-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes ☑️
- Are you sure you're not using someone else's docker image?
- Yes ☑️
- Have you searched for similar issues (both open and closed)?
- Yes ☑️
Describe the bug
Since updating to version 2.13.x, the logout button in the top navigation bar is no longer visible in mobile browsers (tested with various browsers on iOS and Android).
Nginx Proxy Manager Version
v2.13.3
To Reproduce
Steps to reproduce the behavior:
- Go to Web Gui in a mobile Browser
- Login to get Dashboard
- Scroll down and up
- See missing Logout Button on top right
Expected behavior
The logout icon should appear in the top right corner—just like in the desktop version—and allow users to log out from mobile devices.
Screenshots
Operating System
DietPi VM Debian 13 trixie, Docker
Additional context
The issue only affects mobile layouts. The hamburger menu issue was fixed in v2.13.3, but the logout button remains missing, leaving no option to log out from mobile browsers.
7heMech