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 -->
|
||||
<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"/>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#styleManager
|
||||
{
|
||||
height: 250px;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
#styleManager-updated
|
||||
|
|
Loading…
Reference in a new issue