We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6e2e commit 9aea44aCopy full SHA for 9aea44a
src/templates/ui-grid/uiGridRenderContainer.html
@@ -9,7 +9,7 @@
9
<div
10
ng-if="colContainer.needsHScrollbarPlaceholder()"
11
class="ui-grid-scrollbar-placeholder"
12
- style="height:{{colContainer.grid.scrollbarHeight}}px">
+ ng-style="{height:colContainer.grid.scrollbarHeight + 'px'}">
13
</div>
14
<ui-grid-footer
15
ng-if="grid.options.showColumnFooter">
0 commit comments