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

Pb affichage menu déroulant pages statiques #220

Closed
pluxml opened this issue May 3, 2017 · 0 comments
Closed

Pb affichage menu déroulant pages statiques #220

pluxml opened this issue May 3, 2017 · 0 comments

Comments

@pluxml
Copy link
Collaborator

pluxml commented May 3, 2017

Sujet sur le forum:
http://forum.pluxml.org/viewtopic.php?pid=53824#p53824

Solution: dans le fichier theme.css rajouter un z-index

.nav {
	background-color: #fff;
	height: 4rem;
	text-align: left;
	margin-top: 1rem;
	z-index: 10;
}

et

.menu > li ul {
    display: none;
    line-height: 2.8rem;
    padding: 0;
    position: absolute;
    z-index: 10;
}
@pluxml pluxml closed this as completed in 8013f38 Dec 4, 2017
pluxml pushed a commit that referenced this issue Dec 4, 2017
bazooka07 pushed a commit to bazooka07/PluXml that referenced this issue Dec 4, 2017
bazooka07 pushed a commit to bazooka07/PluXml that referenced this issue Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants