Add legacy French URL redirects and fix header click-through bug

This commit is contained in:
Djeex
2026-08-30 16:46:28 +02:00
parent c51fcd5df6
commit ab8671e0fb
3 changed files with 53 additions and 4 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ const navMenuVariants = useUIConfig('navigationMenu')
grid for the article body (right TOC sidebar = col-span-2 of that
inner grid). Matching both levels is what lines this menu up with
the real content column instead of a naive single-level fraction. -->
<div class="grid grid-cols-10 gap-10 w-full pointer-events-auto">
<div class="grid grid-cols-10 gap-10 w-full">
<div class="col-span-8 col-start-3 grid grid-cols-10 gap-10">
<div class="col-span-8 col-start-1">
<div class="col-span-8 col-start-1 pointer-events-auto">
<UNavigationMenu
:items="sections"
:highlight="navMenuVariants.highlight ?? true"