Skip to content

Commit

Permalink
Set to 0px for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Mar 15, 2023
1 parent c286ca9 commit 9d9a849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function ConvertToStickyGroup( { selectedClientIds, onClose } ) {
...( newBlocks[ 0 ].attributes.style || {} ),
position: {
type: 'sticky',
top: '0',
top: '0px',
},
};
replaceBlocks( clientIds, newBlocks );
Expand Down

0 comments on commit 9d9a849

Please sign in to comment.