mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
parent
12dc4fff57
commit
7a684660e9
|
@ -22,7 +22,7 @@ export default class LogInButton extends Button {
|
|||
`height=${height},` +
|
||||
`top=${$window.height() / 2 - height / 2},` +
|
||||
`left=${$window.width() / 2 - width / 2},` +
|
||||
'status=no,scrollbars=no,resizable=no');
|
||||
'status=no,scrollbars=yes,resizable=no');
|
||||
};
|
||||
|
||||
super.initProps(props);
|
||||
|
|
Loading…
Reference in New Issue
Block a user