Skip to content

Commit

Permalink
feat(apps/web): Make specs preview section sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Dec 10, 2024
1 parent 324d1cd commit d00e580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const DecodingPreview = () => {
const content = envelope?.result ? stringifyContent(envelope.result) : null;

return (
<Card shadow="sm" withBorder>
<Card shadow="sm" withBorder pos="sticky" top="4.75rem">
<Title order={3}>Preview</Title>
<Stack gap="lg">
<Textarea
Expand Down

0 comments on commit d00e580

Please sign in to comment.