Make sure the tree in advanced search is constrained to window height
This commit is contained in:
parent
117197e11d
commit
f7a3f80d43
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
|
|
||||||
|
#zotero-search-box-container {
|
||||||
|
max-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
#zotero-search-box-controls {
|
#zotero-search-box-controls {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue