jbilcke-hf HF staff commited on
Commit
ba3ad8d
·
1 Parent(s): ce32370

fix layout

Browse files
src/components/business/image-renderer.tsx CHANGED
@@ -235,7 +235,7 @@ export const ImageRenderer = ({
235
  height="512px"
236
  className={
237
  [
238
- "absolute top-0 left-0",
239
  actionnable && !isLoading ? "cursor-pointer" : ""
240
  ].join(" ")
241
  }
 
235
  height="512px"
236
  className={
237
  [
238
+ // "absolute top-0 left-0",
239
  actionnable && !isLoading ? "cursor-pointer" : ""
240
  ].join(" ")
241
  }