Quick fix for tag overflow problem -- now problem with hitting enter on the bottom tag right above the fold prevents you from seeing the next field until you start typing, but it's there

This commit is contained in:
Dan Stillman 2006-10-06 01:02:55 +00:00
parent 13117795ef
commit bdb528f39f

View File

@ -87,7 +87,7 @@
<rows id="editpane-dynamic-attachments" flex="1"/>
</grid>
</vbox>
<tagsbox id="editpane-tags" flex="1"/>
<tagsbox id="editpane-tags" flex="1" style="overflow:auto"/>
<seealsobox id="editpane-related" flex="1"/>
</deck>
</overlay>