diff --git a/Modules/Panels/Tray/TrayMenuPanel.qml b/Modules/Panels/Tray/TrayMenuPanel.qml index e842f161..c55115c0 100644 --- a/Modules/Panels/Tray/TrayMenuPanel.qml +++ b/Modules/Panels/Tray/TrayMenuPanel.qml @@ -103,7 +103,7 @@ SmartPanel { id: subMenuFlickable anchors.fill: parent contentHeight: subMenuColumnLayout.implicitHeight - interactive: true + interactive: false z: 0 ColumnLayout { @@ -312,7 +312,7 @@ SmartPanel { Layout.preferredWidth: root.menuWidth Layout.fillHeight: true contentHeight: mainColumnLayout.implicitHeight - interactive: true + interactive: false visible: !(content.activeSubMenu !== null && content.inPlaceSubmenu) ColumnLayout {