Lookup Engine Manager: Contain richlistbox
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Fixes #4635
This commit is contained in:
parent
15f9a84060
commit
cb6e1e3e59
2 changed files with 2 additions and 1 deletions
|
@ -350,7 +350,7 @@
|
||||||
// richlistbox elements are crazy and will expand beyond the window size
|
// richlistbox elements are crazy and will expand beyond the window size
|
||||||
// unless all/most elements in the hierarchy that contain that
|
// unless all/most elements in the hierarchy that contain that
|
||||||
// richlistbox have a min-height: 0 set
|
// richlistbox have a min-height: 0 set
|
||||||
vbox, hbox {
|
vbox, hbox, groupbox {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#zotero-locate-manager-prefs {
|
#zotero-locate-manager-prefs {
|
||||||
@include macOS-normalize-controls;
|
@include macOS-normalize-controls;
|
||||||
|
@include contain-richlistbox;
|
||||||
|
|
||||||
#button-bar, #button-bar > hbox {
|
#button-bar, #button-bar > hbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue