Bug 1164099 - Always ensure the scrollbar is on the right with select popups r=mconley

This commit is contained in:
George Wright 2015-05-14 17:18:19 -04:00
parent 5aff41a682
commit 7f3abf8d84

View File

@ -1033,6 +1033,9 @@ chatbox:-moz-full-screen-ancestor > .chat-titlebar {
/* Combobox dropdown renderer */
#ContentSelectDropdown > menupopup {
max-height: 350px;
/* The menupopup itself should always be rendered LTR to ensure the scrollbar aligns with
* the dropdown arrow on the dropdown widget. If a menuitem is RTL, its style will be set accordingly */
direction: ltr;
}
.contentSelectDropdown-optgroup {