Fix: overflowing notification pager container border (#879)

Signed-off-by: davfsa <davfsa@gmail.com>
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
davfsa
2025-04-02 06:00:57 +02:00
committed by GitHub
parent 3bcd3c4710
commit 56dca9c176
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ export default (): JSX.Element => {
curPage.drop();
}}
>
<box className={'notification-menu-content'} css={'padding: 1px; margin: -1px;'} hexpand vexpand>
<box className={'notification-menu-content'} hexpand vexpand>
<box className={'notification-card-container menu'} hexpand vexpand vertical>
<Controls />
<NotificationsContainer curPage={curPage} />