added scroll when note is longer.
Added scroll when note is longer as it was getting out of container
This commit is contained in:
parent
a3282f9023
commit
9fb041b116
@ -36,6 +36,7 @@ body {
|
||||
margin: 30px 20px;
|
||||
height: 400px;
|
||||
width: 400px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.note .tools {
|
||||
|
Loading…
Reference in New Issue
Block a user