Skip to content

Commit 9fb041b

Browse files
authored
added scroll when note is longer.
Added scroll when note is longer as it was getting out of container
1 parent a3282f9 commit 9fb041b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notes-app/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ body {
3636
margin: 30px 20px;
3737
height: 400px;
3838
width: 400px;
39+
overflow-y: scroll;
3940
}
4041

4142
.note .tools {

0 commit comments

Comments
 (0)