diff --git a/notes-app/style.css b/notes-app/style.css index d0cff07..8188439 100644 --- a/notes-app/style.css +++ b/notes-app/style.css @@ -36,6 +36,7 @@ body { margin: 30px 20px; height: 400px; width: 400px; + overflow-y: scroll; } .note .tools {