Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec panel is partially hidden #4

Open
curious1n opened this issue Dec 14, 2017 · 1 comment
Open

spec panel is partially hidden #4

curious1n opened this issue Dec 14, 2017 · 1 comment

Comments

@curious1n
Copy link

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
@steveruizok
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants