Skip to content

Commit

Permalink
feat(copy-text-button): allow displaying all content via scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Jun 20, 2023
1 parent cfb2272 commit 2bde180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<textarea
*ngIf="displayText && rows > 1"
[rows]="rows"
class="grow py-2 px-4 bg-gray-200 opacity-50 rounded-l-md border border-gray-300 overflow-y-hidden h-max"
class="grow py-2 px-4 bg-gray-200 opacity-50 rounded-l-md border border-gray-300 overflow-y-auto h-max"
readonly
>{{ text }}</textarea
>
Expand Down

0 comments on commit 2bde180

Please sign in to comment.