Support Navigation module

Created on 22 May 2025, 12 days ago

Problem/Motivation

When using UI Suite DSFR with the core Navigation module, there are side effects.

- links get an underline:

[href] {
    background-image: var(--underline-img), var(--underline-img);
...
}

- the header has a higher z-index:

@media (min-width: 62em) {
    .fr-header {
...
        z-index: calc(var(--ground) + 750);
    }
}

Steps to reproduce

Proposed resolution

- Ensure DSFR CSS does not impact Navigation
- Override DSFR z-index or override Navigation z-index.

Remaining tasks

User interface changes

🐛 Bug report
Status

Active

Version

1.1

Component

User interface

Created by

🇫🇷France Grimreaper France 🇫🇷

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024