From 755009ae77bd6093baa7fdc0f3fc94c12ea3512b Mon Sep 17 00:00:00 2001 From: Daryl 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: https://develop.svn.wordpress.org/trunk@20789 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 e3e98f5c66..66a0ef00b4 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;