fix style

This commit is contained in:
pompurin404 2024-09-04 21:59:30 +08:00
parent dabc09df7b
commit 6dda0c459f
No known key found for this signature in database

View File

@ -263,6 +263,7 @@ const Profiles: React.FC = () => {
</Button>
</DropdownTrigger>
<DropdownMenu
className="max-h-[calc(100vh-200px)] overflow-y-auto"
onAction={async (key) => {
if (key === 'open-substore') {
navigate('/substore')