Bug 896294 - Apply overflow scroll to options flyout when in input precise mode. r=tabraldes

This commit is contained in:
Jim Mathies 2013-07-25 19:25:13 -05:00
parent fffe270de8
commit 09108b9f74
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -67,6 +67,10 @@ flyoutpanel[visible] {
width: 100%;
}
.flyoutpanel-contents[input="precise"] {
overflow: scroll;
}
.flyout-close-button {
border: 0 none;
-moz-appearance: none;