diff --git a/Widgets/DankDropdown.qml b/Widgets/DankDropdown.qml index d24dee6d..6e18acc4 100644 --- a/Widgets/DankDropdown.qml +++ b/Widgets/DankDropdown.qml @@ -222,6 +222,7 @@ Item { height: Math.min(root.maxPopupHeight, (root.enableFuzzySearch ? 54 : 0) + Math.min(filteredOptions.length, 10) * 36 + 16) padding: 0 modal: true + dim: false closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside background: Rectangle {