Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 18f6118

Browse files
committed
Fix Unique DL template CSS positioning - Close #1222
1 parent b56a0e2 commit 18f6118

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/src/plugins/action.share/res/minisite.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ div#overlay.form-login_form_dynamic {
380380
}
381381
#ajxp_unique_dl div.vertical-align {
382382
position: absolute;
383+
top: 0;
384+
left: 0;
383385
width: 100%;
384386
height: 100%;
385387
display: -webkit-flex;

core/src/plugins/action.share/res/minisite.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ div#overlay.form-login_form_dynamic {
343343

344344
div.vertical-align{
345345
position: absolute;
346+
top: 0;
347+
left: 0;
346348
width: 100%;
347349
height: 100%;
348350
display: flex;

0 commit comments

Comments
 (0)