UNPKG

452 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var styles = {
8 style: {
9 position: 'fixed',
10 top: '0',
11 left: '0',
12 bottom: '0',
13 right: '0',
14 display: 'flex',
15 alignItems: 'center',
16 overflow: 'auto'
17 },
18 innerStyle: {
19 margin: 'auto',
20 maxHeight: '100%' // Hack for centering correctly in IE11
21
22 }
23};
24var _default = styles;
25exports["default"] = _default;
\No newline at end of file