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 8dc52df commit fa66ddfCopy full SHA for fa66ddf
app/components/InteractiveSandbox.tsx
@@ -28,7 +28,7 @@ export function InteractiveSandbox({
28
src={embedEditor === 'codesandbox' ? codeSandboxUrl : stackBlitzUrl}
29
title={`${libraryName} | ${examplePath}`}
30
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
31
- className="w-full h-full min-h-[80dvh] overflow-hidden lg:rounded-lg shadow-xl shadow-gray-700/20 bg-white dark:bg-black"
+ className="w-full h-full min-h-[80dvh] overflow-hidden shadow-xl shadow-gray-700/20 bg-white dark:bg-black"
32
/>
33
</div>
34
)
0 commit comments