11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
|
export var hiddenContentStyle = {
|
||
|
position: 'absolute',
|
||
|
width: 1,
|
||
|
height: 1,
|
||
|
margin: -1,
|
||
|
padding: 0,
|
||
|
border: 0,
|
||
|
overflow: 'hidden',
|
||
|
whiteSpace: 'nowrap',
|
||
|
};
|
||
|
//# sourceMappingURL=hiddenContentStyle.js.map
|