Skip to content

Commit

Permalink
fix: notification blur (#45500)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Oct 23, 2023
1 parent 67165a7 commit 91f77ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/notification/style/stack.ts
Expand Up @@ -73,7 +73,7 @@ const genStackStyle: GenerateStyle<NotificationToken> = (token) => {
return {
[`${componentCls}-stack`]: {
[`& > ${componentCls}-notice-wrapper`]: {
transition: `all ${token.motionDurationSlow}`,
transition: `all ${token.motionDurationSlow}, backdrop-filter 0s`,
position: 'absolute',

...genStackChildrenStyle(token),
Expand Down

0 comments on commit 91f77ee

Please sign in to comment.