clients
clients copied to clipboard
Double scrollbar with default zoom greater than 100%
Steps To Reproduce
- Go to Chrome browser settings.
- Set up default zoom 110%.
- Open the extension window.
Expected Result
A second scrollbar appears in the extension (the body is taller than the window).
Actual Result
Html body should fit in the window.
Screenshots or Videos
Additional Context
No response
Operating System
Linux
Operating System Version
Ubuntu 18.04
Web Browser
Chrome
Browser Version
95.0.4638.69
Build Version
1.54.0
@ob-tk do you know if other extensions have similar visual issues in their popups?
I have never noticed such isses
I've managed to replicate the issue on Windows by setting the page zoom to 110%. It seems that since we set the height to 600px, the page zoom expands it beyond the maximum allowed height in Chrome.
Not completely certain how to solve this efficiently, but some trick with overflow hidden maybe.
Related: https://github.com/bitwarden/browser/issues/1008 https://github.com/bitwarden/browser/pull/1627 https://github.com/bitwarden/browser/pull/1714
Hi @ob-tk, We're cleaning up our repositories in preparation for a major reorganization. Issues from last year will be marked as stale and closed after two weeks. If you still need help, comment to let us know and we'll look into it. Thanks!
Can someone reopen this? I'm still encountering this on Brave and Chrome on Mac.
@c0ldplasma can you provide your environment details? What OS, versions etc, is zoom level configured?
OS: MacOS Monterey 12.5 Browser: Brave 1.42 and Chrome 104 Browser zoom level: 110%
it only happens on Chromium browsers, firefox works well with default zoom 110%
Anybody found a workaround other than setting default browser zoom level back to 100%?
Waiting for any fix?