We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbfd9a commit 9f9295aCopy full SHA for 9f9295a
apps/tuk-web/src/app/invite/meet/src/components/InviteMeet.tsx
@@ -35,7 +35,7 @@ const InviteMeet = () => {
35
}, []);
36
37
return (
38
- <div className="relative h-screen w-full overflow-y-auto bg-gradient-to-b from-white-default to-[#DCC8F8] px-5">
+ <div className="relative h-screen w-full overflow-hidden overflow-y-auto bg-gradient-to-b from-white-default to-[#DCC8F8] px-5">
39
<GradientBackground />
40
41
{showBanner && (
0 commit comments