Skip to content

Commit

Permalink
app: unlimited body height, min screen height
Browse files Browse the repository at this point in the history
closes: #18
  • Loading branch information
Dav1dde committed Sep 11, 2023
1 parent 5dbd8ba commit a75d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn App<G: Html>(cx: Scope, ctx: Option<Context>) -> View<G> {

let view: View<G> = view! { cx,
progress::Progress()
div(class="h-screen flex flex-col gap-10") {
div(class="min-h-screen flex flex-col gap-10") {
nav(class="bg-slate-900 shadow-lg") {
div(class="flex justify-between p-4 lg:px-8 mx-auto max-w-[1920px]") {
a(href="/") {
Expand Down

0 comments on commit a75d6d4

Please sign in to comment.