fx115: Preferences: Make style manager scroll again
This commit is contained in:
parent
5ca626c143
commit
6854ad814b
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
<!-- HTML needs to be wrapped in an hbox to isolate from XUL box layout -->
|
<!-- HTML needs to be wrapped in an hbox to isolate from XUL box layout -->
|
||||||
<hbox><label><html:h2>&zotero.preferences.cite.styles.styleManager;</html:h2></label></hbox>
|
<hbox><label><html:h2>&zotero.preferences.cite.styles.styleManager;</html:h2></label></hbox>
|
||||||
|
|
||||||
<hbox class="virtualized-table-container" flex="1" height="300px">
|
<hbox class="virtualized-table-container" flex="1">
|
||||||
<html:div id="styleManager"/>
|
<html:div id="styleManager"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#styleManager
|
#styleManager
|
||||||
{
|
{
|
||||||
height: 250px;
|
height: 250px;
|
||||||
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#styleManager-updated
|
#styleManager-updated
|
||||||
|
|
Loading…
Reference in a new issue