From bc589fce15748695b3525aa43a8f6c1b4f3b3fdc Mon Sep 17 00:00:00 2001 From: Subham01 Date: Fri, 1 Oct 2021 20:44:35 +0530 Subject: [PATCH] Fixed: Todo ui getting hidden on adding multiple todos --- todo-list/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/todo-list/style.css b/todo-list/style.css index 866d46c..aa1f713 100644 --- a/todo-list/style.css +++ b/todo-list/style.css @@ -12,7 +12,6 @@ body { flex-direction: column; align-items: center; justify-content: center; - height: 100vh; margin: 0; }