Description
This PR corrects the z-index of a couple of components to render them on top of each other so that they are not clipped.
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
How Has This Been Tested?
- Make the window small (820x920 in my case).
- Open the search bar that we have in the header > Check that the dropdown is not cut by the buttons or Breadcrumbs.
- Open the Breadcrumbs dropdown (by clicking on the current breadcrumb) > Check that the dropdown is not cut by the buttons.