Skip to content

Commit

Permalink
Refactor FrameButton component to add border radius to frame container
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 7feee1e commit 2295bf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const { link } = Astro.props;
frameContent.style.padding = '1rem';
frameContent.style.width = '100%';
frameContent.style.height = '90%';
frameContainer.style.borderRadius = '1rem';
frameContent.style.overflowX = 'none';
frameContent.style.overflowWrap = 'break-word';
frameContent.style.overflowY = 'auto';
Expand Down

0 comments on commit 2295bf9

Please sign in to comment.