fix(iframe): remove second scrollbar from item card (#1828)

This commit is contained in:
Meier Lukas
2025-01-04 22:47:33 +01:00
committed by GitHub
parent 1e9098d052
commit bf12944768

View File

@@ -36,6 +36,7 @@ export const BoardItemContent = ({ item }: BoardItemContentProps) => {
root: {
"--opacity": board.opacity / 100,
containerType: "size",
overflow: item.kind === "iframe" ? "hidden" : undefined,
},
}}
p={0}