Skip to content

Commit 6997d2b

Browse files
committed
fix(cellNav): focuser element should not have width or height or else the window will scroll to it in some situations
1 parent 6f5d503 commit 6997d2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/features/cellnav/less/cellNav.less

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
outline: 0;
1010
background-color: @focusedCell;
1111
}
12+
13+
.ui-grid-focuser {
14+
width:0px;
15+
height:0px;
16+
}

0 commit comments

Comments
 (0)