Lookup Engine Manager: Contain richlistbox
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

Fixes #4635
This commit is contained in:
Abe Jellinek 2024-08-27 11:20:33 -04:00
parent 15f9a84060
commit cb6e1e3e59
2 changed files with 2 additions and 1 deletions

View file

@ -350,7 +350,7 @@
// richlistbox elements are crazy and will expand beyond the window size
// unless all/most elements in the hierarchy that contain that
// richlistbox have a min-height: 0 set
vbox, hbox {
vbox, hbox, groupbox {
min-height: 0;
}
}

View file

@ -1,5 +1,6 @@
#zotero-locate-manager-prefs {
@include macOS-normalize-controls;
@include contain-richlistbox;
#button-bar, #button-bar > hbox {
display: flex;