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>
This commit is contained in:
parent
eeff159a2d
commit
166e57f1ef
@ -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…
Reference in New Issue
Block a user