mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 04:24:48 +08:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue