Open Rafat97 opened 3 years ago
As a workaround before this is fixed, you can do the following:
docker exec -it [container id] bash
apt update && apt install [preferred editor]
cd /app/frontend/css/
Then add the following to main.css
:
.list-region {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.dropup, .dropdown {
position: inherit;
}
This can be fixed by adding table-responsive
to the ClassName
in all table components.
Redirection Hosts: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/8e5255a2751d10b05b96c3d36a2fd76f8d61d47f/frontend/js/app/nginx/redirection/list/main.js#L13
SSL Certificates: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/8e5255a2751d10b05b96c3d36a2fd76f8d61d47f/frontend/js/app/nginx/certificates/list/main.js#L13
Also inherit dropdown position to prevent it being hidden under the table borders:
.dropup, .dropdown {
position: inherit;
}
Workaround
As a workaround before this is fixed, you can do the following:
docker exec -it [container id] bash
apt update && apt install [preferred editor] cd /app/frontend/css/
Then add the following to
main.css
:.list-region { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .dropup, .dropdown { position: inherit; }
Actual Fix
This can be fixed by adding
table-responsive
to theClassName
in all table components.Proxy Hosts:
Redirection Hosts:
Streams:
404 Hosts:
Access Lists:
SSL Certificates:
Users:
Audit Log:
Settings:
Also inherit dropdown position to prevent it being hidden under the table borders:
.dropup, .dropdown { position: inherit; }
@Teraskull Thanks for giving this solution.
Issue is now considered stale. If you want to keep it open, please comment :+1:
Is this fixed yet?
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
I am using Sumsung mobile. When I was login, I saw my all the table layout are broken. I give the screenshot. Please check. And give me a feed back. Thank you.
Nginx Proxy Manager Version
I use
v2.9.11
Screenshots
Operating System
Mobile info : Mobile name: Sumsung A70 Model number: SM-A705FN OS: Android 11 Ram: 6gb Browser: Chrome v95.0.4638.74