Move clear all button for request to bottom of overlay panel.

pull/2222/head
warrickct 3 years ago
parent 5888fecda4
commit 07533232fb

@ -101,12 +101,14 @@ export const OverlayMessageRequest = () => {
const MessageRequestListPlaceholder = styled.div`
color: var(--color-text);
margin-bottom: auto;
`;
const MessageRequestListContainer = styled.div`
width: 100%;
overflow-y: auto;
border: var(--border-session);
margin-bottom: auto;
`;
/**

Loading…
Cancel
Save