Skip to content

Commit

Permalink
feat: make dialog position fixed to keep it in view center
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Aug 13, 2024
1 parent 90a9f1c commit bced5fc
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 bced5fc

Please sign in to comment.