pliim icon indicating copy to clipboard operation
pliim copied to clipboard

[Visual Bug] Weird Spaces in the borders

Open luanmuniz opened this issue 6 years ago • 4 comments

See white spaces in the right and bottom.

screen shot 2019-01-14 at 16 08 29

luanmuniz avatar Jan 14 '19 18:01 luanmuniz

Hi @luanmuniz

What is the version of your macOS and the pliim app?

zehfernandes avatar Jan 15 '19 17:01 zehfernandes

@zehfernandes

MacOS 10.14.2 (18C54) Pliim: 1.5.0

luanmuniz avatar Jan 16 '19 11:01 luanmuniz

Hi Luan.

Can you test the new Pliim version (https://github.com/zehfernandes/pliim/releases/tag/v1.6.0) and check if the visual bug still happend?

zehfernandes avatar Jan 16 '19 22:01 zehfernandes

@zehfernandes Yes, it is.

screen shot 2019-01-17 at 11 41 56

By the way. It looks like the same effect you would get if you use overflow: scroll; in a webpage. Maybe something like this can fix it:

html, body { overflow: hidden; }

luanmuniz avatar Jan 17 '19 13:01 luanmuniz