Skip to content

Commit

Permalink
Added Footer to the Bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
xcrap committed Oct 23, 2024
1 parent ae6dc7c commit 196e6a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions playgrounds/app/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 196e6a4

Please sign in to comment.