diff options
Diffstat (limited to 'components/controls')
| -rw-r--r-- | components/controls/Tooltip.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/controls/Tooltip.qml b/components/controls/Tooltip.qml index bab8086..d665083 100644 --- a/components/controls/Tooltip.qml +++ b/components/controls/Tooltip.qml @@ -45,6 +45,7 @@ Popup { closePolicy: Popup.NoAutoClose padding: 0 margins: 0 + background: Item {} // Update position when target moves or tooltip becomes visible onTooltipVisibleChanged: { @@ -141,6 +142,7 @@ Popup { color: Colours.palette.m3surfaceContainerHighest radius: Appearance.rounding.small + antialiasing: true // Add elevation for depth Elevation { |