From 260509ee7d21fe71222d4a4270e0cb345d6607ec Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 25 Apr 2013 20:18:05 -0400 Subject: [PATCH] fixing dropdown position --- src/ui/flat/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/flat/menu.css b/src/ui/flat/menu.css index e8c120d08..7fb10db12 100755 --- a/src/ui/flat/menu.css +++ b/src/ui/flat/menu.css @@ -465,7 +465,7 @@ float: right; } .ui.vertical.menu .dropdown.item .menu { - top: -50%; + top: 0%; left: 100%; margin: 0px; border-left: none;