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