mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 05:18:51 +01:00
Try this fix
This commit is contained in:
parent
a41871ae4b
commit
e15f122dd1
1 changed files with 6 additions and 5 deletions
|
@ -60,11 +60,12 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
||||||
containerProps: {
|
containerProps: {
|
||||||
className: 'media-zoom',
|
className: 'media-zoom',
|
||||||
style: {
|
style: {
|
||||||
width: 'inherit',
|
overflow: 'visible',
|
||||||
height: 'inherit',
|
// width: 'inherit',
|
||||||
justifyContent: 'inherit',
|
// height: 'inherit',
|
||||||
alignItems: 'inherit',
|
// justifyContent: 'inherit',
|
||||||
// display: 'inherit',
|
// alignItems: 'inherit',
|
||||||
|
// display: 'inherit',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onUpdate,
|
onUpdate,
|
||||||
|
|
Loading…
Reference in a new issue