added scroll when note is longer.

Added scroll when note is longer as it was getting out of container
pull/23/head
ni3gup 4 years ago committed by GitHub
parent a3282f9023
commit 9fb041b116
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