[FIX] UIKit Modal not scrolling (#19690)

pull/19694/head^2
Guilherme Gazzo 5 years ago committed by GitHub
parent 4b3d9a6247
commit abb80f0da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/views/blocks/index.js

@ -4,7 +4,7 @@ import { createTemplateForComponent } from '../../reactAdapters';
createTemplateForComponent('ModalBlock', () => import('./ModalBlock'), {
// eslint-disable-next-line new-cap
renderContainerView: () => HTML.DIV({ class: 'rc-multiselect', style: 'display: flex; width:100%;' }),
renderContainerView: () => HTML.DIV({ style: 'display: flex; width: 100%; height: 100%;' }),
});
createTemplateForComponent('Blocks', () => import('./MessageBlock'));

Loading…
Cancel
Save