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
This commit is contained in:
koopersmith 2012-05-14 19:19:34 +00:00
parent f6b643e971
commit e7f13cd496
1 changed files with 4 additions and 0 deletions

View File

@ -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;