From f25760283492140cc1f14e51ed27673ec28baaf3 Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Thu, 7 Apr 2022 19:10:45 +0500 Subject: [PATCH] fix: web component UI fix for studio scrolling --- web/src/containers/Studio/index.tsx | 119 +++++++++++++--------------- 1 file changed, 57 insertions(+), 62 deletions(-) diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx index 4a6bafd..98db395 100644 --- a/web/src/containers/Studio/index.tsx +++ b/web/src/containers/Studio/index.tsx @@ -86,72 +86,67 @@ const Studio = () => { const classes = useStyles() return ( - <> -
-
-
- - - + + + + + + + + + + + + {/* */} + - - - - - - - - - - {/* */} - { + if (val) setFileContent(val) }} - elevation={3} - > - { - if (val) setFileContent(val) - }} - /> - - - - - - -
-

SAS Log

-
{log}
-
-
- -
-
{webout}
-
-
-
-
- + /> + + + + + + +
+

SAS Log

+
{log}
+
+
+ +
+
{webout}
+
+
+ + ) }