Merge pull request #23 from ni3gup/master

added scroll when note is longer.
This commit is contained in:
Brad Traversy 2020-12-12 08:40:10 -05:00 committed by GitHub
commit 99565bf26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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