diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml index 76117029..484b28ed 100644 --- a/modules/drawers/Interactions.qml +++ b/modules/drawers/Interactions.qml @@ -54,6 +54,8 @@ CustomMouseArea { } anchors.fill: parent + anchors.rightMargin: -1 + anchors.bottomMargin: -1 hoverEnabled: true onPressed: event => dragStart = Qt.point(event.x, event.y)