mirror of
https://github.com/usememos/memos.git
synced 2025-10-18 18:26:58 +08:00
fix: memo list padding bottom (#759)
This commit is contained in:
parent
6b24f52cd1
commit
a8751af6b5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.memo-list-container {
|
||||
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll hide-scrollbar;
|
||||
@apply flex flex-col justify-start items-start w-full max-w-full overflow-y-scroll pb-16 hide-scrollbar;
|
||||
|
||||
> .status-text-container {
|
||||
@apply flex flex-col justify-start items-center w-full my-6;
|
||||
|
|
Loading…
Add table
Reference in a new issue