From 2a82a9e8fa2aff11bfdbf7bbbaf0ce291e0e560d Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 27 Feb 2026 21:09:10 +0000 Subject: [PATCH] Fix sidebar scroll cut off by removing Bootstrap h-100 from main row Bootstrap's h-100 class applies height:100% !important, overriding the custom calc(100vh - 56px) on #main-row. This made the sidebar 900px tall starting at y=56 (below the navbar), extending 56px below the viewport and cutting off the bottom of the stop list. Co-Authored-By: Claude Sonnet 4.6 --- web/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.html b/web/templates/index.html index 0929062..87f228f 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -18,7 +18,7 @@
-
+