ng2-canvas-whiteboard icon indicating copy to clipboard operation
ng2-canvas-whiteboard copied to clipboard

Border-left invisible on Chrome when navigator fullscreen

Open borisBelloc opened this issue 4 years ago • 0 comments

Hello, i'm using a simple canva.

img1

My only css on the canva's parent is : #canvaContainer { height: 100px; max-width: 240px; }

Everything works ok on firefox but when chrome is in full screen the left border disappears. Any idea how to fix it?

img2

If I add a 1px border with css, the border is too big on working side because it make a double border (left and top in this picture):

img3

Edit : I changed size of canvas and now its the border right and bottom that disappeared in full screen (chrome); still ok on Firefox

borisBelloc avatar Mar 18 '20 11:03 borisBelloc