Skip to content

Commit

Permalink
Fix unsightly scrollbar in custom alert (#8018)
Browse files Browse the repository at this point in the history
Summary:
This was creating an extra bar in custom alert dialogs. Will post screenshots inline
  • Loading branch information
gibsondan committed May 23, 2022
1 parent 07210b9 commit d5d7068
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ const Body = styled.div`
white-space: pre-line;
font-family: ${FontFamily.monospace};
font-size: 16px;
overflow: scroll;
`;

0 comments on commit d5d7068

Please sign in to comment.