mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
password pop-up box from middle to top (#3074)
This commit is contained in:
@@ -54,7 +54,7 @@ class LibDecryptDialog extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Modal isOpen={true} centered={true}>
|
||||
<Modal isOpen={true}>
|
||||
<ModalBody>
|
||||
<button type="button" className="close" onClick={this.toggle}><span aria-hidden="true">×</span></button>
|
||||
<Form className="lib-decrypt-form text-center">
|
||||
|
Reference in New Issue
Block a user