-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Describe the bug
When you have a button in the bottom left corner of the app and the window is maximized or moved close to the task bar the tooltip of the button is shown directly over the button so that can't click the button.

To Reproduce
Simple example.
<Grid
ColumnDefinitions="Auto, 1*"
RowDefinitions="1*, Auto">
<Button
Grid.Row="1"
Grid.Column="0"
Content="✎"
ToolTip.Tip="Edit list settings" />
</Grid>
Expected behavior
I would expect that the tooltip does not appear over the button so that the button remains clickable.
Avalonia version
11.3.7
OS
Windows
Additional context
No response