From 8791252acd552598dc3ac4ecc9152a5f74d355b3 Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Fri, 8 Mar 2019 14:27:56 -0800 Subject: [PATCH] do not scroll inventory items underneath modal dialog --- interface/resources/qml/hifi/commerce/purchases/Purchases.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/commerce/purchases/Purchases.qml b/interface/resources/qml/hifi/commerce/purchases/Purchases.qml index dc892e6640..a315e08398 100644 --- a/interface/resources/qml/hifi/commerce/purchases/Purchases.qml +++ b/interface/resources/qml/hifi/commerce/purchases/Purchases.qml @@ -527,6 +527,7 @@ Rectangle { ListView { id: purchasesContentsList; visible: purchasesModel.count !== 0; + interactive: !lightboxPopup.visible; clip: true; model: purchasesModel; snapMode: ListView.NoSnap;