Skip to content

Commit 9740d65

Browse files
authored
fix expand button showing thru overlay (#44)
1 parent 15a0008 commit 9740d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/info-cards/src/components/InfoCardForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function InfoCardForm({
6161
padding: "2rem",
6262
width: "100%",
6363
height: "100%",
64-
zIndex: 1,
64+
zIndex: 2,
6565
};
6666

6767
const expandButtonStyle: React.CSSProperties = {

0 commit comments

Comments
 (0)