diff --git a/packages/uikit/src/components/Notification.tsx b/packages/uikit/src/components/Notification.tsx index 4dfec636f..fa7701a03 100644 --- a/packages/uikit/src/components/Notification.tsx +++ b/packages/uikit/src/components/Notification.tsx @@ -47,7 +47,9 @@ const NotificationWrapper: FC> = ({ }, [sdk, entered]); return ( - {children} + + {children} + ); }; diff --git a/packages/uikit/src/styles/globalStyle.ts b/packages/uikit/src/styles/globalStyle.ts index 532621126..fefb0d2ea 100644 --- a/packages/uikit/src/styles/globalStyle.ts +++ b/packages/uikit/src/styles/globalStyle.ts @@ -55,8 +55,8 @@ export const GlobalStyleCss = css` .win32 #body::-webkit-scrollbar, .linux #body::-webkit-scrollbar, - .win32 .scrollable::-webkit-scrollbar, - .linux .scrollable::-webkit-scrollbar, + .win32 .notification-container::-webkit-scrollbar, + .linux .notification-container::-webkit-scrollbar, .win32 .dialog-content::-webkit-scrollbar, .linux .dialog-content::-webkit-scrollbar { width: 0;