Fix the unholy hell that is drag events

This commit is contained in:
Dane Everitt
2020-08-22 22:10:16 -07:00
parent 56475d89bb
commit f561089cad
3 changed files with 53 additions and 50 deletions

View File

@@ -20,7 +20,7 @@ export interface ModalProps extends RequiredModalProps {
showSpinnerOverlay?: boolean;
}
const ModalMask = styled.div`
export const ModalMask = styled.div`
${tw`fixed z-50 overflow-auto flex w-full inset-0`};
background: rgba(0, 0, 0, 0.70);
`;