Fix stacking drawers in CI/CD editor
What does this MR do and why?
resolves #411451 (closed)
all the drawers now only open one at the same time, and the z-index
of the next one will always be higher than the current one.
Screenshots or screen recordings
How to set up and validate locally
-
Enable the feature flag
Feature.enable(:ci_job_assistant_drawer)
-
Visit any CI editor pages such as
http://127.0.0.1:3000/root/demo/-/ci/editor?branch_name=master
-
Click the
job assistant
button. -
Click the
Help
button
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Kun Qian