Fix modal layout positioning
This commit is contained in:
parent
85e3945cd7
commit
807cd815ea
3 changed files with 7 additions and 5 deletions
|
@ -6,9 +6,9 @@
|
|||
& > .modal-container {
|
||||
@apply .relative .w-full .max-w-1/2 .m-auto .flex-col .flex;
|
||||
|
||||
/*&.top {
|
||||
&.top {
|
||||
margin-top: 10%;
|
||||
}*/
|
||||
}
|
||||
|
||||
& > .modal-close-icon {
|
||||
@apply .absolute .pin-r .p-2 .text-white .cursor-pointer .opacity-50;
|
||||
|
|
Reference in a new issue