Skip to content

Commit

Permalink
MDL-31748_master theme_afterburner: added min-width to fix missing ho…
Browse files Browse the repository at this point in the history
…rizontal scroll bar when page is reduced in browser window
  • Loading branch information
Mary Evans committed Feb 25, 2012
1 parent c4a12af commit 5e8984c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/afterburner/style/afterburner_layout.css
Expand Up @@ -13,6 +13,7 @@ body {
}
#page-wrapper {
width:90%;
min-width: 775px;
margin: 0 auto;
background: transparent;
border: 1px solid #eee;
Expand Down Expand Up @@ -157,4 +158,4 @@ CONTENT-ONLY - NO SIDE BLOCKS WHATSOEVER (Middle Column Only)
/*
PAGELAYOUT-REPORT
-------------------------*/
.pagelayout-report #page-content #region-main-box #region-post-box #region-main-wrap #region-main-pad #region-main .region-content .no-overflow {overflow: auto;}
.pagelayout-report #page-content #region-main-box #region-post-box #region-main-wrap #region-main-pad #region-main .region-content .no-overflow {overflow: auto;}

0 comments on commit 5e8984c

Please sign in to comment.