Skip to content

Commit

Permalink
Hide scrollbars when printing Markdown widget with long content (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal authored Sep 10, 2023
1 parent 93ea573 commit d377759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions markdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
.EasyMDEContainer .CodeMirror-scroll {
display: none !important;
}
.EasyMDEContainer .CodeMirror-vscrollbar,
.EasyMDEContainer .CodeMirror-hscrollbar {
overflow: hidden !important;
}
.EasyMDEContainer .editor-preview-full {
position: relative;
}
Expand Down

0 comments on commit d377759

Please sign in to comment.