mirror of https://github.com/zulip/zulip.git
dropdown: Fix partial highlight of list-item on hover.
This commit is contained in:
parent
6bc03ad996
commit
2cf06f34a0
|
@ -805,6 +805,7 @@ function set_up_dropdown_widget(
|
|||
if (setting_type === "group") {
|
||||
$(dropdown.popper).css("min-width", "300px");
|
||||
$(dropdown.popper).find(".simplebar-content").css("width", "max-content");
|
||||
$(dropdown.popper).find(".simplebar-content").css("min-width", "100%");
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue