From cb859ae599ce56c929022673d644c5b8df64f5fd Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 10 Oct 2025 17:22:14 +0100 Subject: [PATCH] fix: restore flex layout to highlights pane for desktop view --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 6f7095c2..36ac8167 100644 --- a/src/index.css +++ b/src/index.css @@ -590,6 +590,8 @@ body.mobile-sidebar-open { .pane.highlights { overflow-y: auto; height: 100%; + display: flex; + flex-direction: column; } /* Mobile pane styles */