mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:00 -05:00
Fix desktop notifications positioning (#6729)
* Fix desktop notifications container width Add explicit width (400px) to the notifications container on desktop to fix the positioning issue introduced in #6551. Fixes #6718 * Add release notes for PR #6729 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
713ac88fee
commit
8f2369d5b8
@@ -387,6 +387,7 @@ export function Notifications({ style }: { style?: CSSProperties }) {
|
||||
right: notificationInset?.right || 13,
|
||||
left: notificationInset?.left || (isNarrowWidth ? 13 : undefined),
|
||||
zIndex: MODAL_Z_INDEX - 1,
|
||||
width: isNarrowWidth ? undefined : 400,
|
||||
...style,
|
||||
}}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/6729.md
Normal file
6
upcoming-release-notes/6729.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix notification container width for improved positioning on desktop screens.
|
||||
Reference in New Issue
Block a user