Opened 9 years ago
Closed 9 years ago
#36974 closed defect (bug) (invalid)
Customizer's iframe position is out of position.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5.2 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hi,
Customizer's iframe position is out of position.
[now ]
#customize-preview iframe {
width: 100%;
height: 100%;
position: absolute;
}
[suggestion]
#customize-preview iframe {
width: 100%;
height: 100%;
position: relative;
}
Best regards.
Change History (3)
Note: See
TracTickets for help on using
tickets.
@junonet First, Welcome on WordPress core trac !
Thanks for reporting the issue. It would be helpful if you share some screen shot or effect of this css in current Customizer.
thanks