Skip to content

Commit 53d2483

Browse files
authored
fix: Issue 374 notice-wrapper::after Style in stack-expanded (#375)
1 parent de13217 commit 53d2483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
pointer-events: auto;
240240
}
241241

242-
&::after {
242+
&::before {
243243
content: "";
244244
position: absolute;
245245
left: 0;

docs/examples/stack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const getConfig = () => ({
1515
});
1616

1717
const Demo = () => {
18-
const [{ open }, holder] = useNotification({ motion, stack: true });
18+
const [{ open }, holder] = useNotification({ motion, stack: true, closable: true });
1919

2020
return (
2121
<Context.Provider value={{ name: 'bamboo' }}>

0 commit comments

Comments
 (0)