Skip to content

Commit 6277f87

Browse files
committed
grid.Container & View: disable overscrolling on mobile #6202
1 parent 55be49a commit 6277f87

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

resources/scss/src/grid/Container.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
}
88

99
.neo-grid-container {
10-
border : 1px solid var(--grid-container-border-color);
11-
border-spacing: 0;
12-
color : var(--grid-container-color);
13-
font-size : 13px;
14-
font-weight : 400;
15-
height : 100%;
16-
line-height : 19px;
17-
overflow-y : hidden;
18-
position : absolute;
19-
width : 100%;
10+
border : 1px solid var(--grid-container-border-color);
11+
border-spacing : 0;
12+
color : var(--grid-container-color);
13+
font-size : 13px;
14+
font-weight : 400;
15+
height : 100%;
16+
line-height : 19px;
17+
overscroll-behavior: none;
18+
overflow-y : hidden;
19+
position : absolute;
20+
width : 100%;
2021

2122
.neo-grid-row {
2223
display: flex;

0 commit comments

Comments
 (0)