Skip to content

Commit

Permalink
fix: z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
pecoram committed Nov 14, 2024
1 parent 653ede3 commit fa88c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-api/Inspector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const stylePropertyMap: {

return { prop: 'height', value: `${h}px` };
},
zIndex: () => 'zIndex',
zIndex: () => 'z-index',
fontFamily: () => 'font-family',
fontSize: () => 'font-size',
fontStyle: () => 'font-style',
Expand Down

0 comments on commit fa88c9d

Please sign in to comment.