Open
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows 11
- Remote OS: Ubuntu 22
- Remote Architecture: amd64
code-server --version
: 4.95.3
Steps to Reproduce
1.Open code-server in Chrome
Expected
The window opens in full screen, nothing gets out anywhere
Actual
The window opens, but its lower part climbs out of the screen (more precisely, the browser window). To view something in the lower part of it, you have to zoom out the browser to 80%
Logs
Screenshot/Video
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response
Activity
code-asher commentedon Dec 3, 2024
Weird, I am not sure what we could have changed that would cause this.
I tried reproducing with Chromium 127.0.6533.119 on Linux but v4.95.3 fits within the window for me. 🤔 What version of Chrome are you using? Are you loading code-server directly in the browser, or is it in an iframe or anything like that?
vasmarfas commentedon Dec 3, 2024
I am loading code-server directly in the browser, via url. Tried on Google Chrome 131.0.6778.86, MS Edge 131.0.2903.70 - result the same
code-asher commentedon Dec 3, 2024
Just to be sure, I tried the same version of Chrome on a Windows machine, loading it at a few different window sizes, but it always fits in the window for me.
Do you have any settings in code-server that look like they would affect this? I can try your settings out to see if I get the same.
Not sure if there is anything else that could be causing this.
vasmarfas commentedon Dec 3, 2024
After installing VSC, I did not apply any more settings at all..