refactor: adjust PopoverContent position in ToolsDropdownList for better layout
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user