tmp: handle overflow on small screens

This commit is contained in:
Mo Bitar
2021-11-10 15:09:30 -06:00
parent 385a7f700d
commit 0e209ee24f

View File

@@ -35,7 +35,7 @@ export const PurchaseFlowView: FunctionComponent<PurchaseFlowViewProps> =
return (
<div className="flex items-center justify-center h-full w-full absolute top-left-0 z-index-purchase-flow bg-grey-2">
<div style={{maxWidth: '80%', overflow: 'scroll'}} className="relative fit-content">
<div style={{maxWidth: '100%', overflow: 'scroll'}} className="relative fit-content">
<div style={{overflow: 'scroll'}} className="relative p-12 mb-4 bg-default border-1 border-solid border-main rounded">
<SNLogoFull className="mb-5" />
<PurchaseFlowPaneSelector