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

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

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
Many thanks :)
There is a small issue. I designed for a custom screen size. The spec panel gets hidden behind the preview.
When I 'toggle device', the spec panel becomes visible
I strongly suspect this behavior is due to the custom device being used. The code is: