gotcha icon indicating copy to clipboard operation
gotcha copied to clipboard

spec panel is partially hidden

Open curious1n opened this issue 7 years ago • 1 comments

Many thanks :)

There is a small issue. I designed for a custom screen size. The spec panel gets hidden behind the preview.

screen shot 2017-12-14 at 2 27 50 pm

When I 'toggle device', the spec panel becomes visible

screen shot 2017-12-14 at 2 28 21 pm

I strongly suspect this behavior is due to the custom device being used. The code is:

# Define and set custom device
Framer.Device.customize
	deviceType: Framer.Device.Type.Tablet
	devicePixelRatio: 1
	screenWidth: 1024
	screenHeight: 600

curious1n avatar Dec 14 '17 09:12 curious1n

Thanks @shashankbalaji, I'll take a look, but this may actually be expected: any project needs to be viewed in 'device mode' in order for the panel to be visible. The Gotcha panel lives on a layer behind the device, so when the device is in full screen mode, it will hide the panel. I'll see if I can think a way around that one.

steveruizok avatar Dec 14 '17 16:12 steveruizok