improve toast stack RTL styles

This commit is contained in:
Cory LaViska
2022-06-09 17:21:44 -04:00
parent 5c8a34696e
commit 9b39c90849
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
## Next
- Improved RTL styles for `<sl-button-group>` [#783](https://github.com/shoelace-style/shoelace/issues/783)
- Improved RTL styles for the toast stack
## 2.0.0-beta.75

View File

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