Skip to content

Commit

Permalink
Merge pull request #27 from xcrap/main
Browse files Browse the repository at this point in the history
Added Footer to the Bottom
  • Loading branch information
cmgriffing authored Oct 23, 2024
2 parents 6180b40 + 6bf0612 commit 823e431
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 823e431

Please sign in to comment.