John Cowen 121bd2e0ab
ui: PagedCollection component (#12404)
* ui: PagedCollection component

* ui: Use PagedCollection (#12436)

* ui: Integrate PagedCollection into DisclosureMenu

* Integrate PageCollection into DC, Nspace and Partition menus
2022-02-25 10:01:08 +00:00

17 lines
327 B
SCSS

%paged-collection-scroll {
overflow-y: auto !important;
will-change: scrollPosition;
}
.paged-collection-scroll {
@extend %paged-collection-scroll;
}
[style*="--paged-row-height"] {
@extend %paged-collection-scroll;
}
[style*="--paged-start"]::before {
content: '';
display: block;
height: var(--paged-start);
}