mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -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,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user