mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164099 - Always ensure the scrollbar is on the right with select popups r=mconley
This commit is contained in:
parent
5aff41a682
commit
7f3abf8d84
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user