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) => { diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss new file mode 100644 index 000000000..74e551ab7 --- /dev/null +++ b/ui/app/css/itcss/components/modal.scss @@ -0,0 +1,5 @@ +.modal { + // first child - component + // second child - background + // boron should provide them, but we need breakpoints +} \ No newline at end of file