added scroll when note is longer.

Added scroll when note is longer as it was getting out of container
This commit is contained in:
ni3gup 2020-12-11 16:23:43 +05:30 committed by GitHub
parent a3282f9023
commit 9fb041b116
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 {