Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #325
Closed
Open
Issue created Sep 28, 2012 by Administrator@rootContributor

MathJax menu occluded due to z-ordering

Created by: nageh

When the classic skin is used on Wikipedia the MathJax menu gets partially occluded by the toolbar on the left side, despite the HTML positioning element of the popup menu is assigned a high z-index. The reason for this is that the positioning element gets created as a child to the math formula's immediate parent rather than as a child to the HTML root element, so it cannot override the layering order because it is operating in a different stacking context. See also https://developer.mozilla.org/en/CSS/Understanding_z-index/The_stacking_context

Assignee
Assign to
Time tracking