mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 16:03:06 +00:00
add max-h to app dropdown menu
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
||||
<div class="flex flex-col w-full p-1 gap-2">
|
||||
<div class="flex flex-col w-full p-1 gap-2 max-h-[50vh] overflow-y-auto">
|
||||
{#if menuItems.length > 0}
|
||||
{#each menuItems as actionButton, actionIndex (actionButton?.id)}
|
||||
{#if actionButton.type == 'buttoncomponent'}
|
||||
|
||||
Reference in New Issue
Block a user