diff --git a/CHANGELOG.md b/CHANGELOG.md index e85c993c..756a7e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added support for dropdowns and non-icon elements to `sl-input` - Fixed a bug where `sl-progress-ring` rendered incorrectly when zoomed in Safari [#227](https://github.com/shoelace-style/shoelace/issues/227) - Fixed a bug where tabbing into slotted elements closes `sl-dropdown` when used in a shadow root [#223](https://github.com/shoelace-style/shoelace/issues/223) +- Fixed a bug where scroll anchoring caused undesirable scrolling when `sl-details` are grouped ## 2.0.0-beta.19 diff --git a/src/components/details/details.scss b/src/components/details/details.scss index 3835976d..19bf8e1b 100644 --- a/src/components/details/details.scss +++ b/src/components/details/details.scss @@ -18,6 +18,7 @@ .details { border: solid 1px var(--sl-color-gray-90); border-radius: var(--sl-border-radius-medium); + // overflow-anchor: none; } .details--disabled {