Skip to content

Fix "continue editing" sticky header z-index

What does this MR do and why?

The .md class was given z-index 1 in !161091 (diffs), which means that the sticky header that should overlap it needs z-index 2.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Check out this branch
  2. Create an issue in the GDK
  3. Use markdown for the issue description editor, not rich text
  4. Add some images to the description
  5. Click "Preview" and scroll the description so that the sticky header is activated
  6. You will see that the sticky header is over, not under, the rendered markdown content.

Related to #478815 (closed)

Merge request reports

Loading