1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Enable scrollbars in login button popups (#1900)

Fixes #1716
This commit is contained in:
David Sevilla Martín
2019-10-01 17:37:42 -04:00
committed by Franz Liedke
parent ccb8b1b6cc
commit 7fe95ec695

View File

@@ -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);