Skip to content

Commit 13bb9c0

Browse files
real-artswanmportuga
authored andcommittedMay 20, 2019
fix(ui-grid): #6937 fix linter error
1 parent 6aee591 commit 13bb9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/src/js/services/ui-grid-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ module.service('gridUtil', ['$log', '$window', '$document', '$http', '$templateC
474474
var widthNoScroll = outer.offsetWidth;
475475
// force scrollbars
476476
outer.style.overflow = "scroll";
477-
outer.style.position = "absolute"; //force Firefox to draw a scrollbar
477+
outer.style.position = "absolute"; // force Firefox to draw a scrollbar
478478

479479
// add innerdiv
480480
var inner = document.createElement("div");

0 commit comments

Comments
 (0)
Please sign in to comment.