diff --git a/playgrounds/app/src/app.css b/playgrounds/app/src/app.css index 82e8f87..2cea3a1 100644 --- a/playgrounds/app/src/app.css +++ b/playgrounds/app/src/app.css @@ -139,3 +139,12 @@ ::-webkit-scrollbar-corner { display: none; } + + +/* Full App Height and Letting Footer in the End */ +#app { + @apply min-h-screen flex flex-col ; +} +#app main { + @apply w-full flex-1; +} \ No newline at end of file