aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2026-02-06 14:58:02 +0100
committerAlexander Potapenko <glider@google.com>2026-02-06 14:32:12 +0000
commitf20fc9f9ea40dfcbfcd6ff958185dd898dc5b53b (patch)
tree58b14692a0ef8b35aa9503f14d0753f85ff9a020 /pkg/html
parent97745f52f5b9361548048f53f0b3b51b9313fedf (diff)
pkg/html/pages: fix menu
After the recent changes, the nested menu covers the main manu. These lines fix the alignment.
Diffstat (limited to 'pkg/html')
-rw-r--r--pkg/html/pages/style.css3
1 files changed, 3 insertions, 0 deletions
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 */