Skip to content

Commit 10708ee

Browse files
committed
[Fixes #75] Search Builder: Fix menu entries sometimes going offscreen
1 parent 07addc5 commit 10708ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Search/UI/Builder.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ local function GetKeywordMenu(rootDescription, index, callbackRegistry, event)
335335
root:CreateButton(entry, function()
336336
callbackRegistry:TriggerEvent(event, CreateAndInitFromMixin(ComponentMixin, RootType.Term, TermType.Keyword, entry), index)
337337
end)
338+
root:SetScrollMode(25 * 20)
338339
end
339340
end
340341
end

0 commit comments

Comments
 (0)