- fixed forms preview by overlay;

- fixed profile submit and wrong $user_id from um_user();
This commit is contained in:
nikitasinelnikov
2019-11-29 19:08:17 +02:00
parent ed334bdf0b
commit 31e84f3e11
6 changed files with 29 additions and 17 deletions
@@ -301,4 +301,18 @@
background: #fff;
box-sizing: border-box;
width: 100%;
}
.um-admin-preview-overlay {
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255,255,255,0);
z-index: 100;
}
#UM_preview_form .um-admin-modal-body {
position: relative;
}