put #top #bottom on sub-nav ellement

This commit is contained in:
Swrup 2025-04-18 17:44:34 +02:00
parent de8509ab87
commit 26b9765305
2 changed files with 2 additions and 8 deletions

View file

@ -36,7 +36,7 @@ module Header = struct
El.div ~at:[ class' "nav-right" ] l
in
let children = S.map (fun t -> [ left; right t.session ]) t_s in
let el = El.nav ~at:[ id "top" ] [] in
let el = El.nav [] in
Elr.def_children el children;
el