mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix incorrect positioning of notifications (#25499)
* refactor styles to remove direction properties and use flex instead * Add changeset --------- Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
committed by
GitHub
parent
cc29b626ab
commit
c101cde213
5
.changeset/brown-pandas-attack.md
Normal file
5
.changeset/brown-pandas-attack.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue that could cause the notifications to be rendered in the wrong location
|
||||
@@ -41,13 +41,10 @@ const queue = toRefs(notificationsStore).queue;
|
||||
inset-block-start: 0;
|
||||
inset-inline: 8px;
|
||||
z-index: 50;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: end;
|
||||
inline-size: 256px;
|
||||
direction: rtl;
|
||||
|
||||
> *,
|
||||
> :deep(*) {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
&.sidebar-open {
|
||||
inset-block: auto 76px;
|
||||
|
||||
Reference in New Issue
Block a user