How to bring absolutely positioned elements / components on top of other components that appear after that. I am using scrollview
component
style: width: 300, height: 100, position:'absolute', top:30,
but other components overlap the scroll list. I changed the top to Bottom, but the components that were on top of the scrollview
did not overlap.
Since I am new to this reaction and do not know about reactjs
, I cannot find a solution and conditions for expressing my problem, please help. I added a screenshot of my problem in the lower image. I have a dropdown in scrollview
, and the area is another scroll that is visible and overlaps the first component
source share