overview: better click-to-close

This commit is contained in:
end-4
2024-04-30 09:29:04 +07:00
parent c47038502f
commit 330693124b
+1 -1
View File
@@ -7,7 +7,7 @@ export default (id = '') => PopupWindow({
// exclusivity: 'ignore',
keymode: 'exclusive',
visible: false,
anchor: ['top', 'bottom'],
anchor: ['top'],
layer: 'overlay',
child: Widget.Box({
vertical: true,