[wp-meta] [Making WordPress.org] #3959: Footer hidden during theme preview

Making WordPress.org noreply at wordpress.org
Sun Nov 25 15:17:35 UTC 2018


#3959: Footer hidden during theme preview
-----------------------------+-----------------------
 Reporter:  seosbg           |       Owner:  (none)
     Type:  defect           |      Status:  assigned
 Priority:  normal           |   Milestone:
Component:  Theme Directory  |  Resolution:
 Keywords:                   |
-----------------------------+-----------------------

Comment (by Otto42):

 Changing

 {{{
 #customize-container iframe, .theme-install-overlay iframe {
     height: 100%;
 }}}

 to

 {{{
 #customize-container iframe, .theme-install-overlay iframe {
     height: calc( 100% - 32px );
 }}}

 Should reduce the size of the iframe to allow the footer to be shown in
 the container while leaving space at the top for the admin bar.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3959#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list