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
This commit is contained in:
Daryl Koopersmith 2012-05-14 19:19:34 +00:00
parent ab8a4b7844
commit 755009ae77
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;