react-scrollable-accordion
Version:
A scrollable list/accordion component with sticky headers
26 lines (24 loc) • 469 B
CSS
.ListItem,
.ListHeader {
align-items: center;
border-bottom: 1px solid #e9ecef;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
padding: 0.8rem 0 0 0.8rem;
position: relative;
text-align: left;
width: 100%;
}
.ListHeader {
background-color: white;
border: none;
box-sizing: border-box;
cursor: pointer;
font-size: 0.8rem;
font-weight: bold;
margin: 0;
padding: 0.6rem 0.8rem;
text-align: center;
z-index: 1;
}