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:
parent
13117795ef
commit
bdb528f39f
|
@ -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>
|
Loading…
Reference in New Issue
Block a user