AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height
https://github.com/AndreaMiotto/PartialSheet/wiki
MIT License
1.73k stars 194 forks source link

Wrong safeArea spacing with .sheet #148

Closed alinless closed 1 year ago

alinless commented 2 years ago

Hi First of all, thanks for such a great library!

When we are using .fullScreenCover everything works nice. But when we use .sheet we will see a problem with safeAreas at the bottom At the same time with .sheet modal we have another problem with gestures

sheet sheet

fullScreenCover fullScreenCover