diff --git a/src/DialogImage.tsx b/src/DialogImage.tsx index a5ac09d..a6f9a39 100644 --- a/src/DialogImage.tsx +++ b/src/DialogImage.tsx @@ -36,7 +36,7 @@ const DialogImage: Component = (props) => { />
- + = (props) => { const _Thumbnail = css``; const _FullscreenImage = css` - --h_limit: 90vh; + --w_limit: 90vw !important; + --h_limit: 90vh !important; `; export default withStyle(DialogImage, { Thumbnail: _Thumbnail });