v4.1.2
Generated from commits between v4.1.1 and v4.1.2
Bug Fixes
Move InFrontOfTheCanvas back out (#7021)
In 4.0 we moved the InFrontOfTheCanvas component to be a child of the .tl-canvas element, to help constrain the former's size. Unfortunately this broke some subtle interactions involving menus and scrolling, so we have reverted the change. From now on, if you need to constrain the size to match custom styling applied to the .tl-canvas element, you can apply the same styling to the .tl-canvas__in-front element.