Fix scroll anchoring bug

pull/231/head
Cory LaViska 2020-09-30 07:57:24 -04:00
rodzic 493b3eef86
commit 1b8d913c39
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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 {