From 9fb041b1160523712077c4d64531faab1445972f Mon Sep 17 00:00:00 2001 From: ni3gup <47684651+ni3gup@users.noreply.github.com> Date: Fri, 11 Dec 2020 16:23:43 +0530 Subject: [PATCH] added scroll when note is longer. Added scroll when note is longer as it was getting out of container --- notes-app/style.css | 1 + 1 file changed, 1 insertion(+) 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 {