From d071ed488cdfcab2039310d61b14d89472ecf4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Couto?= Date: Wed, 23 Oct 2024 04:36:03 +0000 Subject: [PATCH] Added Footer to the Bottom --- playgrounds/app/src/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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