From 5f8f0481feb8302ae0ca97ccbf44db2129137931 Mon Sep 17 00:00:00 2001 From: Ray Schamp <ray@scratch.mit.edu> Date: Thu, 12 Apr 2018 15:47:47 -0400 Subject: [PATCH] Dropdown drop shadow, dropped a bit from the comp It's shifted downward to not overlap the menubar, since it's hard to make a child z-indexed below its parent. --- src/components/menu/menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/menu/menu.css b/src/components/menu/menu.css index c9fae4930..438c2f6f8 100644 --- a/src/components/menu/menu.css +++ b/src/components/menu/menu.css @@ -11,6 +11,7 @@ overflow: visible; color: $ui-white; font-weight: normal; + box-shadow: 0 8px 8px 0 $ui-black-transparent; } .menu.left { -- GitLab