diff options
Diffstat (limited to 'ui/app/components/modal.js')
-rw-r--r-- | ui/app/components/modal.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/modal.js b/ui/app/components/modal.js index 5bbc86ff5..b008a56d2 100644 --- a/ui/app/components/modal.js +++ b/ui/app/components/modal.js @@ -32,6 +32,7 @@ Modal.prototype.render = function () { return h(FadeModal, { + className: 'modal', keyboard: false, onHide: () => {this.onHide()}, ref: (ref) => { |