Skip to content

Commit

Permalink
fix(editor): prevent folder arrow indicator from appearing above Add …
Browse files Browse the repository at this point in the history
…Item button
  • Loading branch information
CactusPuppy committed Oct 1, 2024
1 parent e5d86da commit 0a7053f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/scss/editor/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $top-height: 4rem;
position: sticky;
bottom: 0;
padding: 1.5rem 0.5rem 0.5rem;
z-index: 5;

background: linear-gradient(180deg,
rgba(darken($bg-dark, 5%), 0) 0,
Expand Down

0 comments on commit 0a7053f

Please sign in to comment.