fix: auto expand height of setting page (#1885)

This commit is contained in:
Athurg Gooth 2023-07-03 13:35:55 +08:00 committed by GitHub
parent 223404a240
commit 811c3e8844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
}
> .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 {
@apply flex flex-col justify-start items-start w-full;