Skip to content

Commit 4ceaf4a

Browse files
committed
Give a class target for the container
1 parent 09679d9 commit 4ceaf4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notification/Notification.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class Notification extends Component<
6363
return (
6464
<Overlay isOpen>
6565
<div
66+
className="ac-notification-container"
6667
css={css`
6768
position: fixed;
6869
bottom: ${theme.spacing.margin24}px;

0 commit comments

Comments
 (0)