diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 2e64444ef..e9b7052ba 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -9,6 +9,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis ## Next - Improved RTL styles for `` [#783](https://github.com/shoelace-style/shoelace/issues/783) +- Improved RTL styles for the toast stack ## 2.0.0-beta.75 diff --git a/src/themes/_utility.css b/src/themes/_utility.css index 4562b89a8..ccbdc0ce2 100644 --- a/src/themes/_utility.css +++ b/src/themes/_utility.css @@ -11,7 +11,7 @@ .sl-toast-stack { position: fixed; top: 0; - right: 0; + inset-inline-end: 0; z-index: var(--sl-z-index-toast); width: 28rem; max-width: 100%;