Unverified Commit 166e57f1 authored by Stephen Zhou's avatar Stephen Zhou Committed by GitHub

fix: image preview dialog overlapping (#1405)

* fix: image preview dialog overlapping

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

---------
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent eeff159a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment