scup / atellier

The smartest way to share interactive components with your team.

Home Page:http://scup.github.io/atellier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlap of LeftNav element on demo page

eko24 opened this issue · comments

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.

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...

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.