From: Ajay Bura Date: Sun, 24 Apr 2022 11:59:49 +0000 (+0530) Subject: Show popup window in full screen at mobile devices X-Git-Tag: v2.0.0~38 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=9a22b255645287bad642d3e320a23d584121990e;p=cinny.git Show popup window in full screen at mobile devices --- diff --git a/src/app/molecules/dialog/Dialog.jsx b/src/app/molecules/dialog/Dialog.jsx index a59520f..2f29971 100644 --- a/src/app/molecules/dialog/Dialog.jsx +++ b/src/app/molecules/dialog/Dialog.jsx @@ -16,7 +16,7 @@ function Dialog({ }) { return ( diff --git a/src/app/organisms/drag-drop/DragDrop.scss b/src/app/organisms/drag-drop/DragDrop.scss index 6361553..2e5b4f5 100644 --- a/src/app/organisms/drag-drop/DragDrop.scss +++ b/src/app/organisms/drag-drop/DragDrop.scss @@ -1,4 +1,4 @@ -.drag-drop__model { +.drag-drop__modal { box-shadow: none; text-align: center; diff --git a/src/app/organisms/search/Search.jsx b/src/app/organisms/search/Search.jsx index 1eddbf6..d40d861 100644 --- a/src/app/organisms/search/Search.jsx +++ b/src/app/organisms/search/Search.jsx @@ -199,7 +199,7 @@ function Search() { return (