From 9b39c9084957f66efc6945021e3cde780c2e8174 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 9 Jun 2022 17:21:44 -0400 Subject: [PATCH] improve toast stack RTL styles --- docs/resources/changelog.md | 1 + src/themes/_utility.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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%;