Overlap of LeftNav element on demo page
eko24 opened this issue · 2 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:
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
.