You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When .toolTip(side: .bottom) is set the tool tip doesn't seem to respect Z stack. It puts the tooltip behind other widgets in the view.
To Reproduce
Steps to reproduce the behavior:
Set a tooltip to side: .bottom
Observe tool tip in view is below other widgets.
Expected behavior
It should respect Z stack; like .toolTip(side: .top) does.
Screenshots
.bottom
.top
Smartphone (please complete the following information):
Device: iphone SE (2023)
OS: iOS 17.3.1
The text was updated successfully, but these errors were encountered:
Heath-Bitrip
changed the title
.toolTip size = .bottom doesn't falls behind other widgets in view
.toolTip size = .bottom falls behind other widgets in view
Feb 22, 2024
Describe the bug
When
.toolTip(side: .bottom)
is set the tool tip doesn't seem to respect Z stack. It puts the tooltip behind other widgets in the view.To Reproduce
Steps to reproduce the behavior:
side: .bottom
Expected behavior
It should respect Z stack; like
.toolTip(side: .top)
does.Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: