ags: windows spawn on top layer instead of overlay (#894)

This commit is contained in:
end-4
2024-11-06 21:18:19 +01:00
parent a4fa511c16
commit a4061cb7a9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default (id = '') => PopupWindow({
keymode: 'on-demand',
visible: false,
anchor: ['top', 'bottom', 'left', 'right'],
layer: 'overlay',
layer: 'top',
child: Widget.Box({
vertical: true,
children: [