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 2ee5c63 commit fcce90dCopy full SHA for fcce90d
src/components/Gam.tsx
@@ -104,6 +104,7 @@ function GamAd({
104
'absolute inset-0 bg-white/50 dark:bg-black/20 shadow-xl shadow-black/2',
105
borderClassName,
106
placeholderClassName,
107
+ 'pointer-events-none',
108
)}
109
>
110
<div className="flex justify-center items-center h-full opacity-50 gap-[1px]">
@@ -126,6 +127,7 @@ function GamAd({
126
127
className={twMerge(
128
'absolute -top-px -left-px -right-px -bottom-px border-[2px] border-gray-200 dark:border-gray-900',
129
130
131
132
/>
133
</div>
0 commit comments