Skip to content

Commit

Permalink
fixes maximizable issue in Dialog component when moved
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb committed Jan 9, 2024
1 parent 8ec8cc8 commit 1e9a7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/dialog/style/DialogStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ const css = `
transform: none;
width: 100vw !important;
height: 100vh !important;
top: 0px;
left: 0px;
top: 0px !important;
left: 0px !important;
max-height: 100%;
height: 100%;
}
Expand Down

0 comments on commit 1e9a7bb

Please sign in to comment.