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