Skip to content

Commit fa66ddf

Browse files
authored
fix: interactive sandbox card not filling the whole card contents (#375)
1 parent 8dc52df commit fa66ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/InteractiveSandbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function InteractiveSandbox({
2828
src={embedEditor === 'codesandbox' ? codeSandboxUrl : stackBlitzUrl}
2929
title={`${libraryName} | ${examplePath}`}
3030
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"
31+
className="w-full h-full min-h-[80dvh] overflow-hidden shadow-xl shadow-gray-700/20 bg-white dark:bg-black"
3232
/>
3333
</div>
3434
)

0 commit comments

Comments
 (0)