<aside> 💡 The correct structure of layers: One of the most important steps is to create the right layer structure, the quality of the code you get when you export the design to code depends on this. You should use a nested structure where you alternate between frames for scrolling and frames with auto layout
</aside>
Do: use the scroll area on the topmost frame. Set scroll value
Do: set the border at the top of the auto layout block for horizontal scrolling
Don’t: stretch the height of the main screen unit screen
Don’t: stretch the border of the scroll area