Each channel is scrollable

This commit is contained in:
bourquecharles
2021-05-18 13:51:53 -04:00
parent 5fa9aed832
commit 59eecdecea

View File

@@ -22,11 +22,13 @@ const WifiChannelCard = ({ channel }) => {
</CCardTitle>
</CCardHeader>
<CCardBody>
<div className="overflow-auto" style={{ height: '250px' }}>
<CDataTable
items={channel.devices}
fields={columns}
style={{ color: 'white' }}
/>
</div>
</CCardBody>
</CCard>
);