From d457b75aa17daf3e3f10df76a89ff1abd825adaf Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 20 Feb 2024 14:15:39 -0500 Subject: [PATCH] fixes #1709 --- docs/pages/resources/changelog.md | 1 + src/components/tree/tree.styles.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index e56e9602..a0b0a8bf 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -17,6 +17,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added support for `contextElement` to `VirtualElements` in `` [#1874] - Fixed a bug in `` that caused the rating to not reset in some circumstances [#1877] - Fixed a bug in `` that caused the menu to not close when rendered in a shadow root [#1878] +- Fixed a bug in `` that caused a new stacking context resulting in tooltips being clipped [#1709] ## 2.14.0 diff --git a/src/components/tree/tree.styles.ts b/src/components/tree/tree.styles.ts index c3364f71..7b803c4e 100644 --- a/src/components/tree/tree.styles.ts +++ b/src/components/tree/tree.styles.ts @@ -13,7 +13,6 @@ export default css` --indent-size: var(--sl-spacing-large); display: block; - isolation: isolate; /* * Tree item indentation uses the "em" unit to increment its width on each level, so setting the font size to zero