[questions][ui] fix landing dropdown being clipped

pull/548/head
Jeff Sieu 2 years ago
parent 3e21aabef3
commit 3b965cc173

@ -83,7 +83,7 @@ export default function LandingComponent({ onLanded }: LandingComponentProps) {
</div>
</div>
<div className="mt-16 sm:mt-24 lg:col-span-6 lg:mt-0">
<div className="bg-white shadow sm:mx-auto sm:w-full sm:max-w-md sm:overflow-hidden sm:rounded-lg">
<div className="bg-white shadow sm:mx-auto sm:w-full sm:max-w-md sm:rounded-lg">
<div className="px-4 py-8 sm:px-10">
<div>
<Button

Loading…
Cancel
Save