Make sure the tree in advanced search is constrained to window height

This commit is contained in:
Adomas Venčkauskas 2024-04-12 09:15:00 +03:00
parent 117197e11d
commit f7a3f80d43

View file

@ -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;
} }