Skip to content

Commit

Permalink
[B] Ensure html tags that extend out aren't hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Nov 2, 2023
1 parent 3bb8d78 commit f6f3291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const EditableWrapper = styled.div`
border-bottom-right-radius: var(--box-border-radius);
background-color: var(--background-color);
overflow: hidden;
overflow-x: auto;
.ace_editor {
border-bottom-left-radius: 6px;
Expand Down

0 comments on commit f6f3291

Please sign in to comment.