Commit e9ca4fab authored by Mark Otto's avatar Mark Otto

Merge pull request #11248 from tagliala/chrome-osx-select-print

Chrome for OSX print issue with select tags
parents 03657963 58cb85be
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment