fix: image preview dialog overlapping (#1405)

* fix: image preview dialog overlapping

* Update web/src/less/preview-image-dialog.less

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
pull/1407/head
Stephen Zhou 2 years ago committed by GitHub
parent eeff159a2d
commit 166e57f1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
}
> .img-container {
@apply w-full h-full p-4 flex flex-col justify-center items-center hide-scrollbar;
@apply w-full h-full p-4 sm:p-20 flex flex-col justify-center items-center hide-scrollbar;
background-color: unset;
> img {

Loading…
Cancel
Save