fix(ui): content alignment in modal (#7003)

Closes https://github.com/payloadcms/payload/issues/6936
This commit is contained in:
Paul
2024-07-01 18:21:37 -04:00
committed by GitHub
parent 9ab057d6d2
commit fd7d500be1
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%; height: 100%;
justify-content: center;
&__template { &__template {
z-index: 1; z-index: 1;

View File

@@ -5,6 +5,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%; height: 100%;
justify-content: center;
&__template { &__template {
z-index: 1; z-index: 1;