fix: show overflowing kmenu items
This commit is contained in:
parent
e3df1fbd19
commit
79975905d1
@ -139,7 +139,7 @@ export const KMenu = (
|
||||
</div>
|
||||
{activeState.value === "normal" &&
|
||||
(
|
||||
<div>
|
||||
<div class="" style={{ maxHeight: "12rem", overflowY: "auto" }}>
|
||||
{filterMenu(activeMenu.entries, input.current?.value).map(
|
||||
(k, index) => {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user