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:
@@ -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} />
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user