bomberstudios / sketch-framer

A Sketch plugin to easily export your mockups to FramerJS
Other
767 stars 67 forks source link

Elements that exceed bounds of artboard allow weird scrolling #72

Closed rib3ye closed 10 years ago

rib3ye commented 10 years ago

When visual elements exceed the bounds of the artboard, the user is able to scroll around in the Framer viewer in undesirable ways that are outside the bounds of the artboard.

outofbounds

Sketch file https://dl.dropboxusercontent.com/u/7264254/OutofBounds.zip

benjamindenboer commented 10 years ago

This is actually expected behaviour. If you'd like to prevent scrolling, you can either mask it within sketch, or set clip to true within Framer (or overflow:hidden). (This way, you could always make horizontally scrolling examples..)