From f20fc9f9ea40dfcbfcd6ff958185dd898dc5b53b Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 6 Feb 2026 14:58:02 +0100 Subject: pkg/html/pages: fix menu After the recent changes, the nested menu covers the main manu. These lines fix the alignment. --- pkg/html/pages/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 05c48a329..422f457df 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -519,6 +519,9 @@ aside { position: absolute; background-color: #f1f1f1; z-index: 1; + top: 100%; + left: 0; + margin-top: 1px; } /* Links inside the dropdown */ -- cgit mrf-deployment