Update drawers to use .content-wrapper for height offset
What does this MR do and why?
Update drawers to use .content-wrapper
for height offset
- Update
GlDrawer
usage to replace.nav-sidebar
, removed with the new navigation, with.content-wrapper
to be consistent with other usage - Add
DRAWER_Z_INDEX
to ensure drawer is above top-bar - Remove
containerClass
and constants indast_profiles_drawer.vue
Screenshots or screen recordings
New navigation
Before | After |
---|---|
Old navigation
Before | After |
---|---|
How to set up and validate locally
- Toggle the performance bar with p + b
- Add system header in /admin/application_settings/appearance
- View Pre-scan verification drawer at /-/on_demand_scans/new
- Or go to
Secure
->On demand scans
->New scan
->Verify configuration
- Or go to
- View /-/security/policies/new?type=scan_execution_policy
- Or go to
Security & Complience
->Policies
->New policy
->Scan Execution Policy
- Or go to
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.
Related to #407291 (closed)