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 |
---|---|
How to set up and validate locally
- Check out this branch
- Create an issue in the GDK
- Use markdown for the issue description editor, not rich text
- Add some images to the description
- Click "Preview" and scroll the description so that the sticky header is activated
- You will see that the sticky header is over, not under, the rendered markdown content.
Related to #478815 (closed)