diff --git a/.changeset/long-forks-cross.md b/.changeset/long-forks-cross.md new file mode 100644 index 000000000..b163556a4 --- /dev/null +++ b/.changeset/long-forks-cross.md @@ -0,0 +1,5 @@ +--- +'@hashicorp/react-button': patch +--- + +Render Button with new stacking context diff --git a/packages/button/style.module.css b/packages/button/style.module.css index b53a8192c..4241482e4 100644 --- a/packages/button/style.module.css +++ b/packages/button/style.module.css @@ -7,6 +7,7 @@ theme.module.css file. .root { position: relative; + isolation: isolate; display: inline-block; text-align: center; border-radius: 4px;