scup / atellier

The smartest way to share interactive components with your team.
http://scup.github.io/atellier/
MIT License
995 stars 33 forks source link

Overlap of LeftNav element on demo page #15

Closed eko24 closed 8 years ago

eko24 commented 8 years ago

Hello. Not sure if this one related to demo page or the whole project. So, when I select LeftNav in the list of elements I see this overlap: image Warning appeared in console when I clicked on LeftNav: Automatically scrolling cursor into view after selection change this will be disabled in the next version set editor.$blockScrolling = Infinity to disable this message in react-attelier.js:37873 I'm using Chrome on Windows 8.

agutoli commented 8 years ago

Hi @eko24, I saw that LeftNav (material component) has a position absolute and is on the Atellier sidebar. About Warning, we will see more closely. tks for reporting...

simplysh commented 8 years ago

How about adding position: relative to the stage element. I think the stage should behave like a document view and keep everything contained.

Edit: Nevermind, I checked and the property is there but LeftNav is using actually using position:fixed.