Skip to content

Commit

Permalink
chore(notification): add overflow hidden for notification wrap style (#…
Browse files Browse the repository at this point in the history
…2804)

* chore(notification): add overflow hidden for notification wrap

* chore: add change log
  • Loading branch information
wangjue666 authored Aug 1, 2024
1 parent 4d82491 commit 9e91b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-mails-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hi-ui/notification": patch
---

调整通知组件过度样式触发滚动条
1 change: 1 addition & 0 deletions packages/ui/notification/src/styles/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $prefix: '#{$component-prefix}-notification' !default;

.#{$prefix}-manager {
margin-top: 6px;
overflow-x: hidden;
overflow-y: auto;
bottom: 0;
}
Expand Down

0 comments on commit 9e91b90

Please sign in to comment.