glzr-io/glazewm

Firefox grows beyond bottom screen bounds when abutting taller workspace

Closed this issue · 3 comments

I have a two-monitor configuration with resolutions of 2560x2880 & 3840x1600 respectively:
image

The following example will show that when my Firefox window abuts the taller workspace (to the left), it grows so large that elements with relative positioning slide down (and eventually fall off of) the page.

Normal:

image

Oversized:

image

This also means that I cannot see the bottom of pages to which I've scrolled to the bottom, and this happens whether Firefox is the only window or not. Firefox also appears normally when maximized, but returns to oversized when not.

No amount of shifting between workspaces or re-positioning fixes the issue of Firefox being oversized when abutting the taller workspace.

Had the same issue with thorium had to make it slightly smaller by adding.

  • command: "resize borders 0px -2px -2px -2px"
    match_process_name: "thorium"

Seems to be a conflict with Windows scaling on my end as i have my vertical at Portrait 100% scaling and my main at landscape with 150% as it is a 4K monitor.

@Crackpotpower56 : Thanks for the suggestion. I haven't been able to re-create my own issue since the day I posted this, but if I encounter it again I'll report back.

Duplicate of #661