diff --git a/src/FlyView/FlyView.qml b/src/FlyView/FlyView.qml index 371dbe2a1c7..b15967d28f8 100644 --- a/src/FlyView/FlyView.qml +++ b/src/FlyView/FlyView.qml @@ -167,6 +167,7 @@ Item { anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom + anchors.topMargin: toolbar.height z: QGroundControl.zOrderTopMost visible: false }