refactor: adjust PopoverContent position in ToolsDropdownList for better layout

This commit is contained in:
ecwu
2025-01-06 00:30:04 +08:00
parent a7bbe1e000
commit af6ccad35b

View File

@@ -173,7 +173,7 @@ function ToolsDropdownList() {
)} )}
</Button> </Button>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="p-0" side="right" align="start"> <PopoverContent className="p-0" side="bottom" align="start">
<Command> <Command>
<CommandInput placeholder="You can search..." /> <CommandInput placeholder="You can search..." />
<CommandList> <CommandList>