@helpwave/hightide
Version:
helpwave's component and theming library
18 lines (14 loc) • 322 B
CSS
@layer components {
.scrollable-list {
@apply flex-col-0 h-full min-h-0;
}
.scrollable-list-header {
@apply flex-col-0 shrink-0;
}
.scrollable-list-content {
@apply flex-col-0 grow min-h-0 overflow-y-auto overscroll-y-contain;
}
.scrollable-list-footer {
@apply flex-col-0 shrink-0;
}
}