fix: block inputs from going through menus

This commit is contained in:
2 * r + 2 * t 2026-06-09 23:05:55 +10:00
parent 362c1ec670
commit 3c7df45505

View file

@ -94,6 +94,12 @@ MouseArea {
} }
} }
MouseArea {
anchors.fill: parent
hoverEnabled: true
onWheel: e => e.accepted = true
}
StyledRect { StyledRect {
anchors.fill: parent anchors.fill: parent
radius: parent.radius radius: parent.radius