diff --git a/src/qml/Component/Emoji/EmojiTonesPicker.qml b/src/qml/Component/Emoji/EmojiTonesPicker.qml index a9fd6ad8c..2e37b80d2 100644 --- a/src/qml/Component/Emoji/EmojiTonesPicker.qml +++ b/src/qml/Component/Emoji/EmojiTonesPicker.qml @@ -26,6 +26,7 @@ QQC2.Popup { padding: 2 modal: true dim: true + clip: false onOpened: x = Math.min(parent.mapFromGlobal(QQC2.Overlay.overlay.width - tones.width, 0).x, -(width - parent.width) / 2) background: Kirigami.ShadowedRectangle { color: Kirigami.Theme.backgroundColor diff --git a/src/qml/Dialog/EmojiDialog.qml b/src/qml/Dialog/EmojiDialog.qml index 195d7bce4..73e388b1a 100644 --- a/src/qml/Dialog/EmojiDialog.qml +++ b/src/qml/Dialog/EmojiDialog.qml @@ -48,6 +48,7 @@ QQC2.Popup { modal: true focus: true + clip: false closePolicy: QQC2.Popup.CloseOnEscape | QQC2.Popup.CloseOnPressOutsideParent margins: 0 padding: 2