mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: make editor sticky
This commit is contained in:
@ -20,12 +20,12 @@
|
||||
}
|
||||
|
||||
> .img-container {
|
||||
@apply w-full h-full flex flex-col justify-center items-center;
|
||||
@apply w-full h-full p-4 flex flex-col justify-center items-center;
|
||||
background-color: unset;
|
||||
.hide-scroll-bar();
|
||||
|
||||
> img {
|
||||
@apply h-auto w-auto max-w-full max-h-full p-4;
|
||||
@apply h-auto w-auto max-w-full max-h-full shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user