Commit 2adfa54a authored by Max Alekseenko's avatar Max Alekseenko

display dropdown on the left side in the modal

parent 905ee284
......@@ -24,7 +24,7 @@ type Props = {
onlyIcon?: boolean;
source: 'Discovery view' | 'App modal' | 'App page';
className?: string;
popoverPlacement?: 'bottom-start' | 'bottom-end';
popoverPlacement?: 'bottom-start' | 'bottom-end' | 'left';
}
const AppSecurityReport = ({
......
......@@ -207,6 +207,7 @@ const MarketplaceAppModal = ({
securityReport={ securityReport }
showContractList={ showContractList }
source="App modal"
popoverPlacement={ isMobile ? 'bottom-start' : 'left' }
/>
</Flex>
</Flex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment