fix size of dialog lightbox with big pictures

This commit is contained in:
Audric Ackermann 2020-07-28 15:12:34 +10:00
parent ad24ad28d6
commit bbd16dbb54
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

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