Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme par défaut : menu groupe page statique #334

Closed
haruka-7 opened this issue Oct 2, 2019 · 1 comment
Closed

Theme par défaut : menu groupe page statique #334

haruka-7 opened this issue Oct 2, 2019 · 1 comment
Labels
Milestone

Comments

@haruka-7
Copy link
Collaborator

haruka-7 commented Oct 2, 2019

Message forum : https://forum.pluxml.org/discussion/6563/menu-groupe-page-static#latest

Sur un PluXml 5.7, j'ai créé un groupe de page static (5 pages), pour les afficher en menu déroulant. Mais on ne voit pas toutes les pages de ce groupe s'afficher.

Sur le thème par défaut, il n'y a que 2 liens de page qui s'affichent dans le menu déroulant.

J'ai l'impression que le déroulement des liens des pages ne dépassent pas le "header" et passent "en dessous" le reste.

[...]

Dans le fichier theme.css cherche la classe "header" et ajoute un z-index comme ci-dessous :

.header {
...
   z-index: 11;
}

Ici 11 mais il est possible que 2 suffise.

[...]

Merci, ça fonctionne avec le :

.header.sticky:hover .grid {
    overflow: unset;
}

Ajouté au theme.css !
@haruka-7 haruka-7 added the bug label Oct 2, 2019
@haruka-7 haruka-7 added this to the PluXml 5.8 milestone Oct 2, 2019
haruka-7 added a commit that referenced this issue Oct 8, 2019
haruka-7 added a commit that referenced this issue Oct 8, 2019
@haruka-7
Copy link
Collaborator Author

haruka-7 commented Oct 8, 2019

Correction ajoutée à PluXml 5.8.

@haruka-7 haruka-7 closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant