Fix Dictionary window missing a scrollbar. Closes #3960
This commit is contained in:
parent
398454f85b
commit
70d999291b
2 changed files with 7 additions and 3 deletions
|
@ -11,9 +11,7 @@
|
|||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Zotero_Dictionary_Manager.init()"
|
||||
windowtype="zotero:dictionaries"
|
||||
width="445"
|
||||
height="400">
|
||||
windowtype="zotero:dictionaries">
|
||||
|
||||
<script src="chrome://global/content/globalOverlay.js"/>
|
||||
<script src="include.js"/>
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
#dictionary-manager {
|
||||
min-height: 400px;
|
||||
min-width: 445px;
|
||||
}
|
||||
|
||||
#DictionaryManager {
|
||||
padding: 15px;
|
||||
max-height: 100vh;
|
||||
|
||||
richlistitem {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in a new issue