fix: restore flex layout to highlights pane for desktop view

This commit is contained in:
Gigi
2025-10-10 17:22:14 +01:00
parent a17346c9c2
commit cb859ae599

View File

@@ -590,6 +590,8 @@ body.mobile-sidebar-open {
.pane.highlights {
overflow-y: auto;
height: 100%;
display: flex;
flex-direction: column;
}
/* Mobile pane styles */