Skip to content

Commit

Permalink
fix(cellNav): focuser element should not have width or height or else…
Browse files Browse the repository at this point in the history
… the window will scroll to it in some situations
  • Loading branch information
swalters committed May 1, 2015
1 parent 6f5d503 commit 6997d2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/cellnav/less/cellNav.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
outline: 0;
background-color: @focusedCell;
}

.ui-grid-focuser {
width:0px;
height:0px;
}

0 comments on commit 6997d2b

Please sign in to comment.