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 fde5fb6 commit 3036783Copy full SHA for 3036783
packages/social-media-app/frontend/src/canvas/Preview.tsx
@@ -23,7 +23,7 @@ export const CanvasPreview = (properties: { canvas: CanvasDB }) => {
23
24
return (
25
<button
26
- className="btn w-full flex flex-row p-0 border border-solid max-h-[40vh]"
+ className="btn w-full flex flex-row p-0 border border-solid max-h-[40vh] overflow-hidden"
27
onClick={async () => {
28
navigate(getCanvasPath(properties.canvas), {});
29
}}
0 commit comments