summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-03-01 04:34:16 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-03-01 04:34:16 +0100
commit0df99051c5ba35dc7ae4654d967b42cfd09da8aa (patch)
treef16c776a8c8979afce5e326320f6dbfe1c57ec2f /extensions/BugModal/web
parent9a55573a425c62a3ac8d24babb7aeda0f42d8040 (diff)
downloadbugzilla-0df99051c5ba35dc7ae4654d967b42cfd09da8aa.tar.gz
bugzilla-0df99051c5ba35dc7ae4654d967b42cfd09da8aa.tar.xz
Bug 1343429 - Dropdown menus are slightly off screen in some cases and should open justified to the right instead of left
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r--extensions/BugModal/web/dropdown.css1
1 files changed, 1 insertions, 0 deletions
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 {