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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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);
`;