From b108204289fddbb2005780f767334f6e2283a7d2 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Wed, 22 Apr 2026 11:25:30 -0600 Subject: [PATCH] fix min height --- app/web/static/style.css | 1 - app/web/templates/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/web/static/style.css b/app/web/static/style.css index 88d64bd..994d6c0 100644 --- a/app/web/static/style.css +++ b/app/web/static/style.css @@ -173,7 +173,6 @@ main { gap: 0; max-width: 1440px; margin: 0 auto; - min-height: calc(100vh - 72px); } .col-left { diff --git a/app/web/templates/index.html b/app/web/templates/index.html index 923f691..b0028fe 100644 --- a/app/web/templates/index.html +++ b/app/web/templates/index.html @@ -4,7 +4,7 @@ embedding notebook - +