optics icon indicating copy to clipboard operation
optics copied to clipboard

[OP#162] Use the correct z index for the sidebar

Open Jeremy-Walton opened this issue 6 months ago • 1 comments

Why?

The sidebar was not using a z index which caused the navbar (if used in combination) was covering up the sidebar border.

What Changed

  • [X] Use the drawer z index on sidebar

Sanity Check

  • ~~[ ] Have you updated any usage of changed tokens?~~
  • ~~[ ] Have you updated the docs with any component changes?~~
  • ~~[ ] Have you updated the dependency graph with any component changes?~~
  • [X] Have you run linters?
  • [X] Have you run prettier?
  • [X] Have you tried building the css?
  • [X] Have you tried building storybook?
  • ~~[ ] Do you need to update the package version?~~

Screenshots

Before

Screenshot 2024-07-30 at 4 58 41 PM

After

Screenshot 2024-07-30 at 4 58 33 PM

Jeremy-Walton avatar Jul 30 '24 21:07 Jeremy-Walton