Mijick / PopupView

Popups presentation made simple (SwiftUI)
MIT License
1.08k stars 42 forks source link

Problem with scrollable content #49

Closed jay-jay-lama closed 10 months ago

jay-jay-lama commented 11 months ago

If in popup view there is scrollable content and it's value bigger than screen's height - we can't scroll it to the bottom Problem cam be solved with setting view's configuration to contentFillsWholeHeigh(true) or contentFillsEntireScreen(true)

FulcrumOne commented 10 months ago

Fixed with #51