Skip to content

Commit bae065c

Browse files
committed
refactor: Make Grid Container scrolling explicit (#9000)
1 parent 23b0979 commit bae065c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/scss/src/grid/Container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.neo-grid-wrapper {
22
overflow-anchor : none;
3-
overflow-x : auto;
43
overflow-y : clip;
54
overscroll-behavior: none;
65
position : relative;
@@ -34,6 +33,7 @@
3433
height : 100%;
3534
line-height : 19px;
3635
overscroll-behavior: none;
36+
overflow-x : auto;
3737
overflow-y : hidden;
3838
position : absolute;
3939
width : 100%;

0 commit comments

Comments
 (0)