Skip to content

Commit

Permalink
Merge pull request #45 from qupaya/at/feature/dialog-overlay-handling
Browse files Browse the repository at this point in the history
feat: make dialog position fixed to keep it in view center
  • Loading branch information
atennert authored Aug 13, 2024
2 parents 33beae1 + bced5fc commit b12ef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sketch/src/lib/components/dialog/dialog.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
border: none;
outline: none;
background-color: transparent;
position: relative;
position: fixed;
align-items: center;
justify-content: center;
}
Expand Down

0 comments on commit b12ef2d

Please sign in to comment.