I am working with a layout that uses flexboxes for structure. Both the fixed sidebar and main container have scroll functionality. However, I have encountered an issue where scrolling in the sidebar causes the scroll in the main container to activate when reaching the end of the sidebar scroll. How can I prevent this behavior and ensure that only the focused area (sidebar or main container) is scrolled?