Merge pull request #23 from ni3gup/master

added scroll when note is longer.
pull/31/head
Brad Traversy 5 years ago committed by GitHub
commit 99565bf26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,6 +36,7 @@ body {
margin: 30px 20px;
height: 400px;
width: 400px;
overflow-y: scroll;
}
.note .tools {

Loading…
Cancel
Save