Skip to content

Commit 65ca594

Browse files
committed
#6451 examples.grid.bigData.ControlsContainer: enable vertical scrolling for the tab container content
1 parent 8fc8702 commit 65ca594

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

resources/scss/src/examples/grid/bigData/ControlsContainer.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
transition: opacity 250ms ease-out;
1919

2020
> .neo-container {
21-
padding: .5em 1em;
21+
overflow-y: auto;
22+
padding : .5em 1em;
23+
24+
> .neo-container {
25+
flex : none;
26+
height: fit-content;
27+
}
2228
}
2329
}
2430

0 commit comments

Comments
 (0)