]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1343429 - Dropdown menus are slightly off screen in some cases and should open...
authorDavid Lawrence <dkl@mozilla.com>
Wed, 1 Mar 2017 03:34:16 +0000 (03:34 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 1 Mar 2017 03:34:16 +0000 (03:34 +0000)
extensions/BugModal/web/dropdown.css

index 977a7a57f1f0228d22e25166204d49d52abfecba..e9a363c1147ee226ff235f280a5bbb06b67031fd 100644 (file)
@@ -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 {