open-consul/ui/packages/consul-ui/app/components/paged-collection/index.scss

22 lines
405 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
%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);
}