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(); 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> <box className={'notification-card-container menu'} hexpand vexpand vertical>
<Controls /> <Controls />
<NotificationsContainer curPage={curPage} /> <NotificationsContainer curPage={curPage} />

View File

@@ -206,6 +206,7 @@
.notification-menu-pager { .notification-menu-pager {
background: $bar-menus-menu-notifications-pager-background; background: $bar-menus-menu-notifications-pager-background;
margin-bottom: 0.1em;
border-radius: $bar-menus-border-radius; border-radius: $bar-menus-border-radius;
border-top-left-radius: 0em; border-top-left-radius: 0em;
border-top-right-radius: 0em; border-top-right-radius: 0em;