Skip to content

Commit

Permalink
themes MDL-24895 Fixed phantom scroll bar bug that was occurring on O…
Browse files Browse the repository at this point in the history
…SX Firefox, Chrome, and Safari
  • Loading branch information
Sam Hemelryk committed Nov 5, 2010
1 parent cde2709 commit 8fb9300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ form.popupform,
form.popupform div {display: inline;}
.arrow_button input {overflow:hidden;}

.no-overflow {overflow:auto;}
/** The 1-pixel padding is there to avoid phantom scroll bars on OS X (FF, Safari and Chrome)**/
.no-overflow {overflow:auto;padding-bottom:1px;}
.pagelayout-report .no-overflow {overflow:visible;}
.no-overflow > .generaltable {margin-bottom:0;}
.ie6 .no-overflow {width:100%;}
Expand Down

0 comments on commit 8fb9300

Please sign in to comment.