Skip to content

Commit 0f79621

Browse files
feat(modals): centered modals vertically (#1024)
1 parent 24a90ca commit 0f79621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/Modal.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
.overlay {
49-
align-items: flex-start;
49+
align-items: center;
5050
background: rgba(#201f1f, 0.5);
5151
bottom: 0;
5252
display: flex;

0 commit comments

Comments
 (0)