fix #11 scroll issue

Frame.module.scss update
diff --git a/frontend/src/components/frame/Frame.module.scss b/frontend/src/components/frame/Frame.module.scss
index bc0483c..929c1c9 100644
--- a/frontend/src/components/frame/Frame.module.scss
+++ b/frontend/src/components/frame/Frame.module.scss
@@ -9,6 +9,7 @@
   border: 1px solid rgba(0, 0, 0, .125);
   border-radius: .25rem;
   margin-top: 1rem;
+  overflow-y: auto;
 }
 
 .Frame.FullScreen {