Skip to content

Commit

Permalink
BUG Fix CMS layout after preview navigation (fixes #7463)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Aug 27, 2012
1 parent 5a44ea2 commit f638935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/javascript/LeftAndMain.Preview.js
Expand Up @@ -172,7 +172,7 @@
var self = this, containerEl = this.getLayoutContainer(), contentEl = containerEl.find('.cms-content');
this.addClass('east').removeClass('center').addClass('is-collapsed').width(10);
// this.css('overflow', 'hidden');
contentEl.addClass('center').show();
contentEl.addClass('center').show().css('visibility', 'visible');
this.find('iframe').hide();
this.find('.cms-preview-toggle a').html('«');
this.find('.cms-preview-controls').hide();
Expand Down

0 comments on commit f638935

Please sign in to comment.