Skip to content

Commit

Permalink
fix: scrolling problem - text won't display past initial height (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagslane authored Aug 9, 2020
1 parent 2f16160 commit 48339da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-prism-editor/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.prism-editor-wrapper {
width: 100%;
height: 100%;
display: flex;
align-items: flex-start;
overflow: auto;
Expand Down

0 comments on commit 48339da

Please sign in to comment.