We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have found a possible error with the CSS of Dockge Web UI:
dockge/frontend/src/components/Terminal.vue
Line 250 in 109222f
It's always present.
As you can see at the image when the overflow-x: scroll is NOT present the useless scrollbar disappears.
overflow-x: scroll
As you can see at the image when the overflow-x: scroll is present a useless scrollbar appears at the right.
1.4.2
ArchLinux x64
Brave 1.67.123 (Chromium: 126.0.6478.126) (Official Build) (64-bit)
Docker version 27.0.3
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🛡️ Security Policy
Description
I have found a possible error with the CSS of Dockge Web UI:
dockge/frontend/src/components/Terminal.vue
Line 250 in 109222f
👟 Reproduction steps
It's always present.
👀 Expected behavior
As you can see at the image when the
overflow-x: scroll
is NOT present the useless scrollbar disappears.😓 Actual Behavior
As you can see at the image when the
overflow-x: scroll
is present a useless scrollbar appears at the right.Dockge Version
1.4.2
💻 Operating System and Arch
ArchLinux x64
🌐 Browser
Brave 1.67.123 (Chromium: 126.0.6478.126) (Official Build) (64-bit)
🐋 Docker Version
Docker version 27.0.3
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: