mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
[임대현] [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:
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user