[임대현] [NOBTS] callStacks 가로/세로 스크롤 개선

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2992 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Denny Lim
2013-12-09 05:54:13 +00:00
parent e8987b96a5
commit 9794dcd8aa
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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;
}
+1 -1
View File
@@ -1,4 +1,4 @@
<table class="callStacks" ng-show="transactionDetail" ng-class="test()">
<table class="callStacks" ng-show="transactionDetail">
<thead>
<tr>
<th width="500">Method</th>