fix size of dialog lightbox with big pictures

pull/1290/head
Audric Ackermann 5 years ago
parent ad24ad28d6
commit bbd16dbb54
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -56,6 +56,9 @@ const styles = {
paddingLeft: 40,
paddingRight: 40,
paddingBottom: 0,
minHeight: 0,
overflow: 'hidden',
minWidth: 0,
} as React.CSSProperties,
objectContainer: {
position: 'relative',

Loading…
Cancel
Save