You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When upgrading to birdhouse-deploy 1.37.0 (bird-house/birdhouse-deploy#348), we have to enable more permissions for GeoServer.
However the permission page make it looks like what we see is all there is, but in fact there are a lot more and we have to scroll horizontally, but there are no visible indication that we have to scroll horizontally.
Describe the solution you'd like
Display all the permissions at once or make the scroll bar always appear.
Currently the scroll bar only appear when we mouse over the scroll bar region, which is very misleading. When we simply select an option (ex: "Allow, Recursive"), the scroll bar do not even appear. We have to accidentally mouse over the tiny scroll bar region for the scroll bar to appear.
The text was updated successfully, but these errors were encountered:
I'm not sure if there is an easy alternative either without scrollbar visibility tricks.
The thing about this scrollbar is that it is auto applied by the browser if overflow is detected.
It seems like detecting this to add some indicator dynamically might be really complicated.
Is your feature request related to a problem? Please describe.
When upgrading to birdhouse-deploy 1.37.0 (bird-house/birdhouse-deploy#348), we have to enable more permissions for GeoServer.
However the permission page make it looks like what we see is all there is, but in fact there are a lot more and we have to scroll horizontally, but there are no visible indication that we have to scroll horizontally.
Describe the solution you'd like
Display all the permissions at once or make the scroll bar always appear.
Currently the scroll bar only appear when we mouse over the scroll bar region, which is very misleading. When we simply select an option (ex: "Allow, Recursive"), the scroll bar do not even appear. We have to accidentally mouse over the tiny scroll bar region for the scroll bar to appear.
The text was updated successfully, but these errors were encountered: