forked from github/cinny
Show popup window in full screen at mobile devices
This commit is contained in:
@@ -8,7 +8,7 @@ import Text from '../../atoms/text/Text';
|
||||
function DragDrop({ isOpen }) {
|
||||
return (
|
||||
<RawModal
|
||||
className="drag-drop__model"
|
||||
className="drag-drop__modal"
|
||||
overlayClassName="drag-drop__overlay"
|
||||
isOpen={isOpen}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user