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

Change password shown behind navigation #13662 #13664

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/original/jquery/jquery-ui.css
Expand Up @@ -53,7 +53,7 @@
}

.ui-front {
z-index: 100;
z-index: 800;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK this is original file coming with jQuery UI, so better to override it in our CSS to avoid problems on jQuery UI upgrades...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the CSS being overrided ? I think the 1 is added to the z-index value of ui-front but can't find it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is probably no override for this element yet, has to be added to common.css.php.

}


Expand Down
2 changes: 1 addition & 1 deletion themes/pmahomme/jquery/jquery-ui.css
Expand Up @@ -53,7 +53,7 @@
}

.ui-front {
z-index: 100;
z-index: 800;
}


Expand Down