From: David Lawrence Date: Wed, 1 Mar 2017 03:34:16 +0000 (+0000) Subject: Bug 1343429 - Dropdown menus are slightly off screen in some cases and should open... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df99051c5ba35dc7ae4654d967b42cfd09da8aa;p=thirdparty%2Fbugzilla.git Bug 1343429 - Dropdown menus are slightly off screen in some cases and should open justified to the right instead of left --- diff --git a/extensions/BugModal/web/dropdown.css b/extensions/BugModal/web/dropdown.css index 977a7a57f..e9a363c11 100644 --- a/extensions/BugModal/web/dropdown.css +++ b/extensions/BugModal/web/dropdown.css @@ -25,6 +25,7 @@ -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); list-style: none; + right: 0px; } .dropdown-content.menu-up {