Show popup window in full screen at mobile devices
This commit is contained in:
parent
44c3dec9dc
commit
9a22b25564
9 changed files with 18 additions and 9 deletions
|
|
@ -199,7 +199,7 @@ function Search() {
|
|||
|
||||
return (
|
||||
<RawModal
|
||||
className="search-dialog__model dialog-model"
|
||||
className="search-dialog__modal dialog-modal"
|
||||
isOpen={isOpen}
|
||||
onAfterOpen={handleAfterOpen}
|
||||
onAfterClose={handleAfterClose}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@use '../../partials/dir';
|
||||
|
||||
.search-dialog__model {
|
||||
.search-dialog__modal {
|
||||
--modal-height: 380px;
|
||||
height: 100%;
|
||||
background-color: var(--bg-surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue