mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 11:30:44 +00:00
fix: put modal to screen center
This commit is contained in:
parent
87c35107ce
commit
61b49b77fc
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
@apply absolute;
|
@apply fixed;
|
||||||
@apply p-4;
|
@apply p-4;
|
||||||
@apply rounded-xl;
|
@apply rounded-xl;
|
||||||
@apply transform:
|
@apply transform:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue