mirror of
https://github.com/usememos/memos.git
synced 2025-10-07 21:06:30 +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 {
|
> .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;
|
background-color: unset;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
|
|
Loading…
Add table
Reference in a new issue