From e7f13cd496630d1b9050fa2710fcfe105c9a8a43 Mon Sep 17 00:00:00 2001 From: koopersmith Date: Mon, 14 May 2012 19:19:34 +0000 Subject: [PATCH] Theme Customizer: Fix Opera bug where, once the sidebar was collapsed, it could not be re-opened. props rosshanney. fixes #20452, see #19910. git-svn-id: http://core.svn.wordpress.org/trunk@20789 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.dev.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index e3e98f5c6..66a0ef00b 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -5303,6 +5303,10 @@ body.full-overlay-active { border-right: 1px solid rgba( 0, 0, 0, 0.2 ); } +.wp-full-overlay.collapsed .wp-full-overlay-sidebar { + overflow: visible; +} + .wp-full-overlay-main { position: fixed; left: 300px;