Fix the unholy hell that is drag events
This commit is contained in:
parent
56475d89bb
commit
f561089cad
3 changed files with 53 additions and 50 deletions
|
@ -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);
|
||||
`;
|
||||
|
|
Reference in a new issue