Skip to content

Commit

Permalink
fix(quicknote): Forcing scroll to keep textarea/div aligned properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Godi committed May 4, 2017
1 parent 82ad4b7 commit c38e5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/elements/quick-note/QuickNote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ novo-quick-note,
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0);
pointer-events: none;
overflow-y: scroll;
top: 0;
right: 0;
bottom: 0;
Expand All @@ -36,7 +37,7 @@ novo-quick-note,
max-height: $quick-note-height;
width: 100%;
border: none;
overflow: auto;
overflow-y: scroll;
&:focus {
outline: none;
}
Expand Down

0 comments on commit c38e5e4

Please sign in to comment.