diff options
| author | Taras Madan <tarasmadan@google.com> | 2026-02-06 14:58:02 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-02-06 14:32:12 +0000 |
| commit | f20fc9f9ea40dfcbfcd6ff958185dd898dc5b53b (patch) | |
| tree | 58b14692a0ef8b35aa9503f14d0753f85ff9a020 /pkg/html | |
| parent | 97745f52f5b9361548048f53f0b3b51b9313fedf (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.css | 3 |
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 */ |
