John Cowen 8522c83283 ui: Adds ability to show a 'partial' list in list-collections (#10174)
* ui: Add support for showing partial lists in ListCollection

* Add CSS for partial 'View more' button, and move all CSS to /components

* Enable partial view for intention permissions
2021-05-07 15:55:33 +00:00

16 lines
282 B
SCSS

%list-collection > ul > li,
%list-collection-scroll-virtual {
position: relative;
}
%list-collection-scroll-virtual {
height: 500px;
}
%list-collection-scroll-virtual > ul {
overflow-x: hidden !important;
}
%list-collection-partial-button {
width: 100%;
padding: 15px;
}