tmp: handle overflow on small screens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user