Skip to content

Commit

Permalink
fix(ui-grid): #6937 fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
real-artswan authored and mportuga committed May 20, 2019
1 parent 6aee591 commit 13bb9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/js/services/ui-grid-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ module.service('gridUtil', ['$log', '$window', '$document', '$http', '$templateC
var widthNoScroll = outer.offsetWidth;
// force scrollbars
outer.style.overflow = "scroll";
outer.style.position = "absolute"; //force Firefox to draw a scrollbar
outer.style.position = "absolute"; // force Firefox to draw a scrollbar

// add innerdiv
var inner = document.createElement("div");
Expand Down

0 comments on commit 13bb9c0

Please sign in to comment.