kopia lustrzana https://github.com/shoelace-style/shoelace
Fix scroll anchoring bug
rodzic
493b3eef86
commit
1b8d913c39
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue