mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
fix: auto expand height of setting page (#1885)
This commit is contained in:
parent
223404a240
commit
811c3e8844
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .section-content-container {
|
> .section-content-container {
|
||||||
@apply w-full sm:w-auto pl-2 grow flex flex-col justify-start items-start h-full sm:h-128 overflow-y-scroll hide-scrollbar;
|
@apply w-full sm:w-auto pl-2 grow flex flex-col justify-start items-start h-full;
|
||||||
|
|
||||||
> .section-container {
|
> .section-container {
|
||||||
@apply flex flex-col justify-start items-start w-full;
|
@apply flex flex-col justify-start items-start w-full;
|
||||||
|
Loading…
Reference in New Issue
Block a user