mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Fix the unholy hell that is drag events
This commit is contained in:
@@ -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 New Issue
Block a user