Skip to content

Commit

Permalink
Set overflow: hidden to hide scrollbars when embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
sonph committed Apr 17, 2024
1 parent 876496a commit 6c259e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions render.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@

</script>
<style>
body {
overflow: hidden; /* hide scrollbars */
}

.Printable {
display: block;
}
Expand Down

0 comments on commit 6c259e8

Please sign in to comment.