Prerequisites
Describe the Feature Request
The positioning of popovers should include the safe area of the device. At least it should be possible to add it manually w
Describe the Use Case
On devices with safe areas, it can appear, that the select popover overflows the content of the safe area.
This is an unwanted behavior and it at least should be possible to determine whether the popover opens to the bottom or top to add the safe area margin manually.
In the screenshot you can see what happens when I add a large safe area:

The button below the popover has the safe-area while the popover overflows the safe area.
Describe Preferred Solution
Add a CSS class based on originY to add specific margins for the safe area based on the current position.
Describe Alternatives
Handle the safe area directly inside the framework like the left property.
Prerequisites
Describe the Feature Request
The positioning of popovers should include the safe area of the device. At least it should be possible to add it manually w
Describe the Use Case
On devices with safe areas, it can appear, that the select popover overflows the content of the safe area.
This is an unwanted behavior and it at least should be possible to determine whether the popover opens to the bottom or top to add the safe area margin manually.
In the screenshot you can see what happens when I add a large safe area:

The button below the popover has the safe-area while the popover overflows the safe area.
Describe Preferred Solution
Add a CSS class based on
originYto add specific margins for the safe area based on the current position.Describe Alternatives
Handle the safe area directly inside the framework like the
leftproperty.