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 = { ...@@ -24,7 +24,7 @@ type Props = {
onlyIcon?: boolean; onlyIcon?: boolean;
source: 'Discovery view' | 'App modal' | 'App page'; source: 'Discovery view' | 'App modal' | 'App page';
className?: string; className?: string;
popoverPlacement?: 'bottom-start' | 'bottom-end'; popoverPlacement?: 'bottom-start' | 'bottom-end' | 'left';
} }
const AppSecurityReport = ({ const AppSecurityReport = ({
......
...@@ -207,6 +207,7 @@ const MarketplaceAppModal = ({ ...@@ -207,6 +207,7 @@ const MarketplaceAppModal = ({
securityReport={ securityReport } securityReport={ securityReport }
showContractList={ showContractList } showContractList={ showContractList }
source="App modal" source="App modal"
popoverPlacement={ isMobile ? 'bottom-start' : 'left' }
/> />
</Flex> </Flex>
</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