From 09f830dca58c310f57e99c22313faa027d52616b Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 22 Apr 2015 18:56:01 +0000 Subject: [PATCH] Customizer theme details modal: Repair the layout for IE8. props obenland. fixes #32066. git-svn-id: https://develop.svn.wordpress.org/trunk@32269 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/customize-controls.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index c6417052bf..becc7a532e 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -1050,6 +1050,12 @@ p.customize-section-description { overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */ } +.ie8 .wp-customizer .theme-overlay .theme-header, +.ie8 .wp-customizer .theme-overlay .theme-about, +.ie8 .wp-customizer .theme-overlay .theme-actions { + position: static; +} + /* Small Screens */ @media (max-width:850px), (max-height:472px) { .wp-customizer .theme-overlay .theme-wrap {