Skip to content

Commit

Permalink
Merge pull request #11248 from tagliala/chrome-osx-select-print
Browse files Browse the repository at this point in the history
Chrome for OSX print issue with select tags
  • Loading branch information
mdo committed Oct 27, 2013
2 parents 0365796 + 58cb85b commit e9ca4fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions less/print.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
page-break-after: avoid;
}

// Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
// Once fixed, we can just straight up remove this.
select {
background: #fff !important;
}

// Bootstrap components
.navbar {
display: none;
Expand Down

0 comments on commit e9ca4fa

Please sign in to comment.