mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 896294 - Apply overflow scroll to options flyout when in input precise mode. r=tabraldes
This commit is contained in:
parent
fffe270de8
commit
09108b9f74
@ -17,7 +17,7 @@
|
||||
xbl:inherits="command"/>
|
||||
<xul:label class="flyout-header-label" xbl:inherits="value=headertext"/>
|
||||
</xul:hbox>
|
||||
<xul:scrollbox class="flyoutpanel-contents" flex="1" orient="vertical">
|
||||
<xul:scrollbox class="flyoutpanel-contents" observes="bcast_preciseInput" flex="1" orient="vertical">
|
||||
<children/>
|
||||
</xul:scrollbox>
|
||||
</xul:vbox>
|
||||
|
@ -67,6 +67,10 @@ flyoutpanel[visible] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flyoutpanel-contents[input="precise"] {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.flyout-close-button {
|
||||
border: 0 none;
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user