We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc4a28 commit cf2041dCopy full SHA for cf2041d
1 file changed
app/components/GoogleScripts.tsx
@@ -97,7 +97,7 @@ function Gad({
97
98
return (
99
<div {...props} className="grid [&>*]:col-start-1 [&>*]:row-start-1">
100
- <div id={adId} className="w-full flex-1 z-1"></div>
+ <div id={adId} className="w-full flex-1 z-10"></div>
101
<div className="flex items-center justify-center">{children}</div>
102
</div>
103
)
0 commit comments