Skip to content

Commit

Permalink
Merge pull request #21870 from 0916dhkim/inline-id-fix
Browse files Browse the repository at this point in the history
Fix inline story style
  • Loading branch information
JReinhold committed Apr 25, 2023
2 parents e5cbf4f + b70a1cb commit e7817e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/components/Story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const InlineStory: FunctionComponent<InlineStoryProps> = (props) => {
return (
<>
{height ? (
<style>{`${storyBlockIdFromId(
<style>{`#${storyBlockIdFromId(
props
)} { min-height: ${height}; transform: translateZ(0); overflow: auto }`}</style>
) : null}
Expand Down

0 comments on commit e7817e8

Please sign in to comment.