Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
[QA-565] Fix notification overflow bug (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Jul 12, 2023
1 parent ddb558e commit a71526d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
font-size: 14px;
font-weight: 500;
line-height: 24px;
overflow: scroll;
}

.root h1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@
padding: 24px 32px 32px;
background: var(--white);
scroll-padding-right: 4px;
overflow: scroll;
}

0 comments on commit a71526d

Please sign in to comment.