Skip to content

Commit

Permalink
docs(signature): avoid double scrollbars in REPL example
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed Nov 24, 2023
1 parent bd82ef7 commit 1fc043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knowledge-base/signature-relative-width-height.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ A possible workaround is to change the component `Width` and `Height` at runtime
// Optionally reset the Signature Value.
//SignatureValue = string.Empty;
SignatureWidth = $"{viewportWidth - 40}px";
SignatureHeight = $"{viewportHeight - 40}px";
SignatureWidth = $"{viewportWidth - 60}px";
SignatureHeight = $"{viewportHeight - 60}px";
ShowSignature = true;
StateHasChanged();
Expand Down

0 comments on commit 1fc043d

Please sign in to comment.