From 080766396530b501e51973d51b2c19a60389bc87 Mon Sep 17 00:00:00 2001 From: riley Date: Tue, 25 Apr 2017 16:31:33 -0600 Subject: [PATCH] add z-index to popup --- client/coral-ui/components/PopupMenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-ui/components/PopupMenu.css b/client/coral-ui/components/PopupMenu.css index e7e6416e9..6e7c0f622 100644 --- a/client/coral-ui/components/PopupMenu.css +++ b/client/coral-ui/components/PopupMenu.css @@ -8,7 +8,7 @@ background: white; border-radius: 3px; padding: 20px 10px; - z-index: 3; + z-index: 300; left: 0; }