From ab2a24b88b68513cd8ec713dfed87e8de9e87ba9 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Sinha <44730585+ankit471@users.noreply.github.com> Date: Sat, 23 May 2020 22:43:42 +0530 Subject: [PATCH] Update App.scss --- src/App.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index ef82096..8f3cdef 100644 --- a/src/App.scss +++ b/src/App.scss @@ -49,6 +49,7 @@ body { height: 100vh; position: fixed; background-color: rgba(250, 250, 250, 0.8); + overflow:scroll; } .final-preview { @@ -86,4 +87,4 @@ body { .sigCanvas { border: 1px solid #aaa; -} \ No newline at end of file +}