diff --git a/src/pastebin/pastebin.css b/src/pastebin/pastebin.css index 21598b71..996df78e 100644 --- a/src/pastebin/pastebin.css +++ b/src/pastebin/pastebin.css @@ -70,6 +70,7 @@ } #visualization-container{ + height: 100%; padding-top: 5px; } @@ -275,4 +276,4 @@ ul.nav .active a, ul.nav .active a:focus, ul.nav .active a:hover{ #play-toolbar button{ padding-top: 3px; -} \ No newline at end of file +} diff --git a/src/pastebin/pastebin.html b/src/pastebin/pastebin.html index e3947ef0..35f59ea7 100644 --- a/src/pastebin/pastebin.html +++ b/src/pastebin/pastebin.html @@ -66,8 +66,10 @@
+
+
diff --git a/src/visViewer/vis-viewer.css b/src/visViewer/vis-viewer.css index 0ed050b7..1a4b1ebc 100644 --- a/src/visViewer/vis-viewer.css +++ b/src/visViewer/vis-viewer.css @@ -1,8 +1,20 @@ +vis-viewer{ + position: relative; +} +vis-viewer >.panel{ + bottom:0; + position: absolute; + height: 80%; + min-width: 100%; +} + #seePanelBody > div{ padding-bottom: 4px; + bottom: 0; } .vis-container { + padding: none; padding-top: 4px; box-shadow: 1px 1px 1px 1px #eee; } @@ -24,4 +36,4 @@ } .call-graph{ overflow: visible; - } \ No newline at end of file + } diff --git a/src/visViewer/vis-viewer.html b/src/visViewer/vis-viewer.html index 710b4297..0225cae1 100644 --- a/src/visViewer/vis-viewer.html +++ b/src/visViewer/vis-viewer.html @@ -1,7 +1,7 @@