Skip to content

Commit

Permalink
✨ (entity selector) remove slide-in settings drawer (#3353)
Browse files Browse the repository at this point in the history
[Cycle 2024.2: Entity selector](#3349) (prep work)

Removes the slide-in settings drawer and always renders settings into a popup instead.

We will be using the slide-in drawer for the entity selector instead (at certain screen sizes). I removed the slide-in drawer code in this PR, but I will be re-adding it for the entity selector in subsequent PRs.
  • Loading branch information
sophiamersmann authored May 3, 2024
1 parent 82a8496 commit 6a13031
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 302 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
border-radius: 4px;
background: white;
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
z-index: $zindex-controls-drawer;
z-index: $zindex-controls-popup;

&:before {
display: inline-block;
Expand Down
Loading

0 comments on commit 6a13031

Please sign in to comment.