We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55be49a commit 6277f87Copy full SHA for 6277f87
1 file changed
resources/scss/src/grid/Container.scss
@@ -7,16 +7,17 @@
7
}
8
9
.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%;
+ border : 1px solid var(--grid-container-border-color);
+ border-spacing : 0;
+ color : var(--grid-container-color);
+ font-size : 13px;
+ font-weight : 400;
+ height : 100%;
+ line-height : 19px;
+ overscroll-behavior: none;
+ overflow-y : hidden;
+ position : absolute;
20
+ width : 100%;
21
22
.neo-grid-row {
23
display: flex;
0 commit comments