Skip to content

Commit

Permalink
fix: Add switcher drop shadow closes #388 (#390)
Browse files Browse the repository at this point in the history
* fix: closes #388

* fix: add comment indicating shadow source
  • Loading branch information
vpicone authored and jeanservaas committed Aug 30, 2019
1 parent df7fde8 commit 0b82ea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
// Tied to the height of the app switcher. Allows for animating up to auto.
// Matching the height exactly is imperitive to keep the correct animation timing.
max-height: 458px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5); // header__menu shadow
}
}

Expand Down

1 comment on commit 0b82ea4

@vercel
Copy link

@vercel vercel bot commented on 0b82ea4 Aug 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.