Antoni Silvestrovič
Antoni Silvestrovič
@ianstormtaylor please review this pull request as this is very welcomed change for ones using latest slate release !
Hey @sukie2, if you set the `side: .bottom` then the arrow will always be centered, the functionality for offsetting the arrow is not present yet. The perfect solution in my...
I'd be very happy to review a PR for this implementation :)
Closed due to inactivity
@Mahekaru You need to create an issue first. Also, there are two binaries in this PR that will not be approved. Additionally, this functionality is going to be fixed in...
Oops, I'll take a look at this this weekend! @b95505017 Could you provide an example code snippet that results in this behavior? That would help me to debug it a...
Hey @b95505017, I didn't have time to fix both issues, but you might want to look at setting the [`zIndex` (link)](https://developer.apple.com/documentation/swiftui/menu/zindex(_:)) to try to fix this issue without modifying the...
@b95505017 well, since `zIndex` can be different for each app, pre-setting it in the package could be harmful, although if you can still override it then I guess it could...
@b95505017 Hmmm, I think it might be sound to add a pre-set `zIndex` to the tooltip then! I'll try to add it asap this week.
@tkgka This is most likely due to improper handling of absolute/relative coordinates on our part. Will take a look at this as soon as possible :)