Skip to content

Commit

Permalink
Merge pull request #25 from navedqb/5048--fix-dialog-maximize-issue
Browse files Browse the repository at this point in the history
fix: fix maximizable issue in Dialog component when moved
  • Loading branch information
navedqb authored Jan 9, 2024
2 parents 8ec8cc8 + 1e9a7bb commit 41edea5
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 41edea5

Please sign in to comment.