Closed RotaN8 closed 4 months ago
I have found a possible error with the CSS of Dockge Web UI:
https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/frontend/src/components/Terminal.vue#L250
As you can see at the images when you remove the overflow-x: scroll the scrollbar disappears.
overflow-x: scroll
@RotaN8: Hello! :wave:
This issue is being automatically closed because it does not follow the issue template. Please DO NOT open a blank issue.
I have found a possible error with the CSS of Dockge Web UI:
https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/frontend/src/components/Terminal.vue#L250
Actual
Fixed
As you can see at the images when you remove the
overflow-x: scroll
the scrollbar disappears.