session: no more excessive size

This commit is contained in:
end-4
2024-04-03 23:04:28 +07:00
parent 7c81131f6b
commit d776b14ce9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export default () => PopupWindow({ // On-screen keyboard
keymode: 'exclusive',
layer: 'overlay',
exclusivity: 'ignore',
// anchor: ['top', 'bottom', 'left', 'right'],
anchor: ['top', 'bottom', 'left', 'right'],
child: SessionScreen(),
})