diff --git a/src/main/webapp/styles/callStacks.css b/src/main/webapp/styles/callStacks.css index df7a26d95..607f498d2 100644 --- a/src/main/webapp/styles/callStacks.css +++ b/src/main/webapp/styles/callStacks.css @@ -51,4 +51,16 @@ } .callStacks .agent-divider-warn { border-top: 2px dotted rgb(214, 39, 40); +} +.flexigrid { + width: 100%; + height: 100%; + position: relative; +} +.flexigrid .bDiv { + position: absolute !important; + top: 25px; + bottom: 0; + width: 100%; + overflow: auto; } \ No newline at end of file diff --git a/src/main/webapp/views/callStacks.html b/src/main/webapp/views/callStacks.html index 2faa234a7..30ed7a3db 100644 --- a/src/main/webapp/views/callStacks.html +++ b/src/main/webapp/views/callStacks.html @@ -1,4 +1,4 @@ -
| Method |
|---|