I'm using a floating panel to show a list of details in an overlay view format in SwiftUI. I change the view based on progress changes. I'm using a scroll view to show the list of details in the overlay view. Because of this, I'm unable to scroll through the full content. The inner scroll view is overlapping with the outer content. Is there any way to fix this issue?
Expected behavior
The scroll should work as expected, and the inner scroll view should not overlap with the outer scroll view.
Description
I'm using a floating panel to show a list of details in an overlay view format in SwiftUI. I change the view based on progress changes. I'm using a scroll view to show the list of details in the overlay view. Because of this, I'm unable to scroll through the full content. The inner scroll view is overlapping with the outer content. Is there any way to fix this issue?
Expected behavior
The scroll should work as expected, and the inner scroll view should not overlap with the outer scroll view.
Actual behavior
https://github.com/scenee/FloatingPanel/assets/118449128/2a029942-a454-4675-8fac-dd965920346b
Steps to reproduce
`struct FloatingPanelContentView: View { var proxy: FloatingPanelProxy @Binding var progressValue: Double
}`
How do you display panel(s)?
How many panels do you displays?
Environment
Library version 2.8.2
Installation method
iOS version(s) 17
Xcode version
15