Unverified Commit 811c3e88 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

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

parent 223404a2
...@@ -26,7 +26,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment