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 authored and shilman committed May 3, 2023
1 parent edbc72e commit 61f13cd
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 61f13cd

Please sign in to comment.