diff --git a/src/App.global.css b/src/App.global.css index eba8150..a5dc76a 100644 --- a/src/App.global.css +++ b/src/App.global.css @@ -58,10 +58,11 @@ a:hover { height: calc(100vh - 25px); width: calc(100vw - 300px); } -.sql-table-wrapper { +.sql-dataview-wrapper { overflow: auto; - min-height: 40%; + min-height: 100%; height: calc(100vh - 60%); + width: calc(100vw - 348px); } .titlebar-drag-region { /*added*/ diff --git a/src/components/SqlDataViewer.tsx b/src/components/SqlDataViewer.tsx index 31309ff..4080181 100644 --- a/src/components/SqlDataViewer.tsx +++ b/src/components/SqlDataViewer.tsx @@ -21,7 +21,7 @@ const SqlDataViewer = ({ if (rows instanceof Array) return ( -