Skip to content

Commit

Permalink
fix(button): render Button with new stacking context (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Jul 7, 2022
1 parent 09dff57 commit 8f01383
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-forks-cross.md
@@ -0,0 +1,5 @@
---
'@hashicorp/react-button': patch
---

Render Button with new stacking context
1 change: 1 addition & 0 deletions packages/button/style.module.css
Expand Up @@ -7,6 +7,7 @@ theme.module.css file.

.root {
position: relative;
isolation: isolate;
display: inline-block;
text-align: center;
border-radius: 4px;
Expand Down

1 comment on commit 8f01383

@vercel
Copy link

@vercel vercel bot commented on 8f01383 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.